We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5118ba commit cfca37eCopy full SHA for cfca37e
1 file changed
.github/workflows/build.yaml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
os: [windows-latest, ubuntu-latest, macos-latest]
22
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
23
# Run macOS CI only when pushing tags, not on every push/PR.
24
# There seems not to be a prettier solution than this trick ...
25
exclude:
0 commit comments