Skip to content

Commit 73ff8bf

Browse files
committed
Add free-threaded 3.14 to the CI
1 parent 337c9cc commit 73ff8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
12+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)