Skip to content

Commit e77b824

Browse files
authored
pin windows builder to 3.13.3 (#13070)
3.13.4 accidentally made the regular builds free-threading
1 parent 0ef1771 commit e77b824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
- {ARCH: 'x64', WINDOWS: 'win64'}
350350
PYTHON:
351351
- {VERSION: "3.8", NOXSESSION: "tests-nocoverage"}
352-
- {VERSION: "3.13", NOXSESSION: "tests"}
352+
- {VERSION: "3.13.3", NOXSESSION: "tests"}
353353
timeout-minutes: 15
354354
steps:
355355
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)