Skip to content

Commit 1bd929f

Browse files
committed
feat: add support for free threaded python
1 parent fce30c5 commit 1bd929f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13']
21-
tox-python-version: [pypy3.10, pypy3.11, py310, py311, py312, py313]
20+
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.13t']
21+
tox-python-version: [pypy3.10, pypy3.11, py310, py311, py312, py313, py313t]
2222
os: [
2323
ubuntu-latest,
2424
windows-latest,

0 commit comments

Comments
 (0)