Skip to content

Commit 2ac3e33

Browse files
Add free-threaded Python 3.14 to CI
Not sure this _actually_ works with our dependencies, but worth a shot.
1 parent 508c95a commit 2ac3e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
2121
resolution: ["highest", "lowest-direct"]
2222
env:
2323
# Shared env variables for all the tests

0 commit comments

Comments
 (0)