Skip to content

Commit f687e71

Browse files
committed
update
1 parent 0875ea7 commit f687e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-macosx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.6", "3.7", "3.8", "3.9","3.10" ]
27+
python-version: [ "3.8", "3.9", "3.10" ]
2828
os: [macos-latest]
2929
platform: [x86_64]
3030
env:

.github/workflows/build-wheels-macosx2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.8", "3.9","3.10" ]
27+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
2828
os: [macos-latest]
2929
platform: [x86_64]
3030
env:

0 commit comments

Comments
 (0)