Skip to content

Commit d218b16

Browse files
authored
ci: avoid 3.13.4 on Windows (#5725)
1 parent f8640da commit d218b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
python-version: '3.10'
137137
cmake-args: -DPYBIND11_TEST_SMART_HOLDER=ON -DCMAKE_CXX_FLAGS="/GR /EHsc"
138138
- runs-on: windows-2022
139-
python-version: '3.13'
139+
python-version: '3.13.3'
140140
cmake-args: -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebugDLL
141141
- runs-on: windows-latest
142142
python-version: '3.13t'
@@ -850,7 +850,7 @@ jobs:
850850
args: -DCMAKE_CXX_STANDARD=17
851851
- python: '3.10'
852852
args: -DCMAKE_CXX_STANDARD=20
853-
- python: '3.13'
853+
- python: '3.13.3'
854854

855855

856856
name: "🐍 ${{ matrix.python }} • MSVC 2022 • x86 ${{ matrix.args }}"

0 commit comments

Comments
 (0)