From f3197de97557a86a9a73df7890be1c227a7c4c59 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 1 Feb 2026 08:21:04 -0800 Subject: [PATCH] Revert "ci: run in free-threading mode a bit more on 3.14" This reverts commit 91189c9242e787922d26ca467710dcc494871b82. Reason: https://github.com/pybind/pybind11/pull/5971#issuecomment-3831321903 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0965fa81..a14dad017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: python-version: '3.12' cmake-args: -DPYBIND11_TEST_SMART_HOLDER=ON -DPYBIND11_SIMPLE_GIL_MANAGEMENT=ON - runs-on: ubuntu-latest - python-version: '3.14t' + python-version: '3.13' cmake-args: -DCMAKE_CXX_STANDARD=20 -DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION=ON - runs-on: ubuntu-latest python-version: '3.14' @@ -237,7 +237,7 @@ jobs: manylinux: - name: Manylinux on 🐍 3.14t + name: Manylinux on 🐍 3.13 • GIL if: github.event.pull_request.draft == false runs-on: ubuntu-latest timeout-minutes: 40 @@ -254,7 +254,7 @@ jobs: run: uv tool install ninja - name: Configure via preset - run: cmake --preset venv -DPYBIND11_CREATE_WITH_UV=python3.14t + run: cmake --preset venv -DPYBIND11_CREATE_WITH_UV=python3.13 - name: Build C++11 run: cmake --build --preset venv