Skip to content

Commit e3ce58f

Browse files
committed
update
1 parent 837b9a7 commit e3ce58f

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

.github/workflows/build-wheels.yml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,37 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
#python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28-
python-version: [ "3.8", "3.9", "3.10" ]
29-
os: [ubuntu-latest, macos-latest]
30-
platform: [x64, x32]
31-
exclude:
32-
- os: macos-latest
33-
platform: x32
28+
python-version: [ "3.10" ]
29+
#os: [ubuntu-latest, macos-latest]
30+
os: [macos-latest]
31+
#platform: [x64, x32]
32+
platform: [x64]
33+
# exclude:
34+
# - os: macos-latest
35+
# platform: x32
3436
include:
3537
# - python-version: "3.6"
3638
# os: ubuntu-latest
3739
# platform: aarch64
3840
# - python-version: "3.7"
3941
# os: ubuntu-latest
4042
# platform: aarch64
41-
- python-version: "3.8"
42-
os: ubuntu-latest
43-
platform: aarch64
44-
- python-version: "3.9"
45-
os: ubuntu-latest
46-
platform: aarch64
47-
- python-version: "3.10"
48-
os: ubuntu-latest
49-
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
5052
# cross-compiled wheels for osx-arm64 don't work because of C libs, turn off for now
51-
- python-version: "3.8"
52-
os: macos-latest
53-
platform: x86_64
54-
- python-version: "3.9"
55-
os: macos-latest
56-
platform: x86_64
53+
# - python-version: "3.8"
54+
# os: macos-latest
55+
# platform: x86_64
56+
# - python-version: "3.9"
57+
# os: macos-latest
58+
# platform: x86_64
5759
- python-version: "3.10"
5860
os: macos-latest
5961
platform: x86_64

0 commit comments

Comments
 (0)