We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615d189 commit 9ba0722Copy full SHA for 9ba0722
.github/workflows/wheels.yml
@@ -48,10 +48,10 @@ jobs:
48
bitness: 64
49
python: 312
50
platform_id: win_amd64
51
- - os: windows-latest
52
- bitness: 64
53
- python: 313
54
- platform_id: win_amd64
+ # - os: windows-latest issue #123
+ # bitness: 64
+ # python: 313
+ # platform_id: win_amd64
55
56
# Linux 64 bit manylinux_2_28
57
- os: ubuntu-latest
@@ -106,10 +106,10 @@ jobs:
106
107
108
platform_id: macosx_arm64
109
- - os: macos-latest
110
111
112
- platform_id: macosx_arm64
+ # - os: macos-latest issue #123
+ # platform_id: macosx_arm64
113
114
115
steps:
0 commit comments