mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
ci: enable all free-threaded builds
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,7 +34,9 @@ jobs:
|
||||
python:
|
||||
- '3.8'
|
||||
- '3.13'
|
||||
- '3.13t'
|
||||
- '3.14'
|
||||
- '3.14t'
|
||||
- 'pypy-3.10'
|
||||
- 'pypy-3.11'
|
||||
- 'graalpy-24.2'
|
||||
@@ -97,9 +99,6 @@ jobs:
|
||||
-DCMAKE_CXX_FLAGS="/DPYBIND11_RUN_TESTING_WITH_SMART_HOLDER_AS_DEFAULT_BUT_NEVER_USE_IN_PRODUCTION_PLEASE /GR /EHsc"
|
||||
- runs-on: 'ubuntu-latest'
|
||||
python: 'graalpy-24.1'
|
||||
# Only working one for 3.14.0b1 on Windows
|
||||
- runs-on: windows-2022
|
||||
python: '3.14t'
|
||||
|
||||
exclude:
|
||||
# The setup-python action currently doesn't have graalpy for windows
|
||||
|
||||
Reference in New Issue
Block a user