We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec3631 commit e674bf8Copy full SHA for e674bf8
.github/workflows/wheels.yml
@@ -19,19 +19,19 @@ jobs:
19
# Need to quote decimal versions as string to avoid the "Norway problem"
20
21
# Windows 64-bit
22
- - os: windows-latest
+ - os: windows-2022
23
python: '3.10'
24
cibw_python: 310
25
platform_id: win_amd64
26
27
python: '3.11'
28
cibw_python: 311
29
30
31
python: '3.12'
32
cibw_python: 312
33
34
35
python: '3.13'
36
cibw_python: 313
37
0 commit comments