File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 python-version : ' 3.12'
8585 cmake-args : -DPYBIND11_TEST_SMART_HOLDER=ON -DPYBIND11_SIMPLE_GIL_MANAGEMENT=ON
8686 - runs-on : ubuntu-latest
87- python-version : ' 3.13 '
87+ python-version : ' 3.14t '
8888 cmake-args : -DCMAKE_CXX_STANDARD=20 -DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION=ON
8989 - runs-on : ubuntu-latest
9090 python-version : ' 3.14'
@@ -237,7 +237,7 @@ jobs:
237237
238238
239239 manylinux :
240- name : Manylinux on 🐍 3.13 • GIL
240+ name : Manylinux on 🐍 3.14t
241241 if : github.event.pull_request.draft == false
242242 runs-on : ubuntu-latest
243243 timeout-minutes : 40
@@ -254,7 +254,7 @@ jobs:
254254 run : uv tool install ninja
255255
256256 - name : Configure via preset
257- run : cmake --preset venv -DPYBIND11_CREATE_WITH_UV=python3.13
257+ run : cmake --preset venv -DPYBIND11_CREATE_WITH_UV=python3.14t
258258
259259 - name : Build C++11
260260 run : cmake --build --preset venv
You can’t perform that action at this time.
0 commit comments