We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92d7b2 commit 2e7107eCopy full SHA for 2e7107e
1 file changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
16
# macos-13 is an intel runner, macos-14 is an arm64 runner
17
platform: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14]
18
0 commit comments