Skip to content

Commit 4a22cf8

Browse files
authored
ci: enable testing on Python 3.14t (free-threaded) (#588)
1 parent e2e8e77 commit 4a22cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os:
1414
- ubuntu-latest
1515
python-version:
16-
["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", pypy3.9, pypy3.10]
16+
["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", pypy3.9, pypy3.10]
1717

1818
steps:
1919
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)