Skip to content

Commit

Permalink
restore Python 3.7 wheels on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Sep 11, 2022
1 parent b8c5b43 commit 0f2f17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
cibw_python: [ "cp38-*", "cp39-*", "cp310-*" , "cp311-*" ]
cibw_python: [ "cp37-*", "cp38-*", "cp39-*", "cp310-*" , "cp311-*" ]
cibw_arch: [ "x86_64", "arm64"]
env:
MACOSX_DEPLOYMENT_TARGET: "10.13"
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
matrix:
os: [windows-latest]
cibw_arch: ["AMD64", "x86"]
cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
# exclude:
# - os: windows-latest
# cibw_python: "cp310-*"
Expand Down

0 comments on commit 0f2f17c

Please sign in to comment.