Skip to content

Commit e965d0c

Browse files
committed
CI: Actually enable freethreading Python in tests.
1 parent 74d4f99 commit e965d0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
- "3.11"
4444
- "3.12"
4545
- "3.13"
46+
- "3.13t"
4647
- "3.14-dev"
48+
- "3.14t-dev"
4749
os: ["ubuntu-latest"]
4850

4951
#include:
@@ -144,7 +146,7 @@ jobs:
144146

145147
matrix:
146148
os: [macos-13, windows-latest]
147-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
149+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14-dev", "3.14t-dev"]
148150

149151
#include:
150152
# - python-version: "3.14-dev"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["Cython>=3.1.2", "setuptools", "wheel"]
44
[tool.cibuildwheel]
55
build-verbosity = 2
66
skip = ["pp*", "*-musllinux_i686", "cp35*", "cp36*", "cp37*"]
7-
enable = "cpython-prerelease"
7+
enable = "cpython-freethreading cpython-prerelease
88
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
99

1010
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)