mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-23 16:29:12 +00:00
Pin CI free-threaded runs to CPython 3.14.0t
Update the standard-small and standard-large GitHub Actions jobs to request python-version 3.14.0t instead of 3.14t. This forces setup-python to use the last-known-good 3.14.0 free-threaded build rather than the newer 3.14.1+ builds where subinterpreter finalization regressed.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- runs-on: ubuntu-latest
|
- runs-on: ubuntu-latest
|
||||||
python-version: '3.14t'
|
python-version: '3.14.0t'
|
||||||
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_TEST_SMART_HOLDER=ON
|
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_TEST_SMART_HOLDER=ON
|
||||||
|
|
||||||
|
|
||||||
@@ -54,10 +54,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- runs-on: macos-latest
|
- runs-on: macos-latest
|
||||||
python-version: '3.14t'
|
python-version: '3.14.0t'
|
||||||
cmake-args: -DCMAKE_CXX_STANDARD=20
|
cmake-args: -DCMAKE_CXX_STANDARD=20
|
||||||
- runs-on: windows-latest
|
- runs-on: windows-latest
|
||||||
python-version: '3.14t'
|
python-version: '3.14.0t'
|
||||||
cmake-args: -DCMAKE_CXX_STANDARD=23
|
cmake-args: -DCMAKE_CXX_STANDARD=23
|
||||||
|
|
||||||
name: 🐍
|
name: 🐍
|
||||||
|
|||||||
Reference in New Issue
Block a user