Skip to content

Commit cfca37e

Browse files
committed
Add Python 3.14 to test matrix.
1 parent f5118ba commit cfca37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [windows-latest, ubuntu-latest, macos-latest]
22-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2323
# Run macOS CI only when pushing tags, not on every push/PR.
2424
# There seems not to be a prettier solution than this trick ...
2525
exclude:

0 commit comments

Comments
 (0)