We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caea71 commit 6e9c304Copy full SHA for 6e9c304
.github/workflows/ci.yml
@@ -34,7 +34,9 @@ jobs:
34
python:
35
- '3.8'
36
- '3.13'
37
+ - '3.13t'
38
- '3.14'
39
+ - '3.14t'
40
- 'pypy-3.10'
41
- 'pypy-3.11'
42
- 'graalpy-24.2'
@@ -97,9 +99,6 @@ jobs:
97
99
-DCMAKE_CXX_FLAGS="/DPYBIND11_RUN_TESTING_WITH_SMART_HOLDER_AS_DEFAULT_BUT_NEVER_USE_IN_PRODUCTION_PLEASE /GR /EHsc"
98
100
- runs-on: 'ubuntu-latest'
101
python: 'graalpy-24.1'
- # Only working one for 3.14.0b1 on Windows
- - runs-on: windows-2022
102
- python: '3.14t'
103
104
exclude:
105
# The setup-python action currently doesn't have graalpy for windows
0 commit comments