Skip to content

Commit 91189c9

Browse files
authored
ci: run in free-threading mode a bit more on 3.14
1 parent 29840ce commit 91189c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)