Skip to content

Commit 9ba0722

Browse files
committed
do not build for osx arm nor windows for python 313 (#123)
1 parent 615d189 commit 9ba0722

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
bitness: 64
4949
python: 312
5050
platform_id: win_amd64
51-
- os: windows-latest
52-
bitness: 64
53-
python: 313
54-
platform_id: win_amd64
51+
# - os: windows-latest issue #123
52+
# bitness: 64
53+
# python: 313
54+
# platform_id: win_amd64
5555

5656
# Linux 64 bit manylinux_2_28
5757
- os: ubuntu-latest
@@ -106,10 +106,10 @@ jobs:
106106
bitness: 64
107107
python: 312
108108
platform_id: macosx_arm64
109-
- os: macos-latest
110-
bitness: 64
111-
python: 313
112-
platform_id: macosx_arm64
109+
# - os: macos-latest issue #123
110+
# bitness: 64
111+
# python: 313
112+
# platform_id: macosx_arm64
113113

114114

115115
steps:

0 commit comments

Comments
 (0)