Skip to content

Commit

Permalink
MAINT: drop aarch64 wheel building for Python 3.7 (NumPy does not pro…
Browse files Browse the repository at this point in the history
…vide wheels in this case)
  • Loading branch information
grlee77 committed Nov 8, 2021
1 parent ea7686a commit e80f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
cibw_python: [ "cp37-*", "cp38-*" , "cp39-*", "cp310-*"]
cibw_python: [ "cp38-*" , "cp39-*", "cp310-*"]
cibw_manylinux: [ manylinux2014 ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e80f7c6

Please sign in to comment.