Skip to content

Commit 73b88f5

Browse files
author
Jeff Whitaker
committed
update
1 parent a75a03c commit 73b88f5

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/build-wheels.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@ jobs:
3030
os: [macos-latest]
3131
#platform: [x64, x32]
3232
platform: [x64]
33-
exclude:
34-
- os: macos-latest
35-
platform: x32
36-
include:
37-
- python-version: "3.6"
38-
os: ubuntu-latest
39-
platform: aarch64
40-
- python-version: "3.7"
41-
os: ubuntu-latest
42-
platform: aarch64
43-
- python-version: "3.8"
44-
os: ubuntu-latest
45-
platform: aarch64
46-
- python-version: "3.9"
47-
os: ubuntu-latest
48-
platform: aarch64
49-
- python-version: "3.10"
50-
os: ubuntu-latest
51-
platform: aarch64
52-
- python-version: "3.8"
53-
os: macos-latest
54-
platform: x86_64
55-
- python-version: "3.9"
56-
os: macos-latest
57-
platform: x86_64
33+
# exclude:
34+
# - os: macos-latest
35+
# platform: x32
36+
# include:
37+
# - python-version: "3.6"
38+
# os: ubuntu-latest
39+
# platform: aarch64
40+
# - python-version: "3.7"
41+
# os: ubuntu-latest
42+
# platform: aarch64
43+
# - python-version: "3.8"
44+
# os: ubuntu-latest
45+
# platform: aarch64
46+
# - python-version: "3.9"
47+
# os: ubuntu-latest
48+
# platform: aarch64
49+
# - python-version: "3.10"
50+
# os: ubuntu-latest
51+
# platform: aarch64
52+
# - python-version: "3.8"
53+
# os: macos-latest
54+
# platform: x86_64
55+
# - python-version: "3.9"
56+
# os: macos-latest
57+
# platform: x86_64
5858
- python-version: "3.10"
5959
os: macos-latest
6060
platform: x86_64

0 commit comments

Comments
 (0)