Skip to content

Commit 6e9c304

Browse files
committed
ci: enable all free-threaded builds
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 6caea71 commit 6e9c304

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
python:
3535
- '3.8'
3636
- '3.13'
37+
- '3.13t'
3738
- '3.14'
39+
- '3.14t'
3840
- 'pypy-3.10'
3941
- 'pypy-3.11'
4042
- 'graalpy-24.2'
@@ -97,9 +99,6 @@ jobs:
9799
-DCMAKE_CXX_FLAGS="/DPYBIND11_RUN_TESTING_WITH_SMART_HOLDER_AS_DEFAULT_BUT_NEVER_USE_IN_PRODUCTION_PLEASE /GR /EHsc"
98100
- runs-on: 'ubuntu-latest'
99101
python: 'graalpy-24.1'
100-
# Only working one for 3.14.0b1 on Windows
101-
- runs-on: windows-2022
102-
python: '3.14t'
103102

104103
exclude:
105104
# The setup-python action currently doesn't have graalpy for windows

0 commit comments

Comments
 (0)