Skip to content

Commit c6b53d3

Browse files
authored
Merge pull request #61 from EliahKagan/threaded
Add CI test job for no-GIL ("threaded") Python 3.13
2 parents ba12b13 + 90738a9 commit c6b53d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
1616
include:
1717
- experimental: false
1818
- os: ubuntu-latest

0 commit comments

Comments
 (0)