Skip to content

Commit 84be986

Browse files
authored
Pin windows python version to 3.13.4 (#909)
1 parent 9f62668 commit 84be986

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
pythonOverride: "3.13.2"
4545
- os: macos-arm
4646
runsOn: macos-latest
47+
# On 3.13.5, python3.lib is missing for the linker
48+
- os: windows-latest
49+
python: "3.13"
50+
pythonOverride: "3.13.4"
4751
runs-on: ${{ matrix.runsOn || matrix.os }}
4852
steps:
4953
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)