Skip to content

Commit e80f7c6

Browse files
committed
MAINT: drop aarch64 wheel building for Python 3.7 (NumPy does not provide wheels in this case)
1 parent ea7686a commit e80f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
os: [ubuntu-18.04]
62-
cibw_python: [ "cp37-*", "cp38-*" , "cp39-*", "cp310-*"]
62+
cibw_python: [ "cp38-*" , "cp39-*", "cp310-*"]
6363
cibw_manylinux: [ manylinux2014 ]
6464
steps:
6565
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)