Skip to content

Commit d65214a

Browse files
committed
build python 3.7 wheels for aarch64
1 parent 9a72143 commit d65214a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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: [ "cp38-*" , "cp39-*", "cp310-*"]
62+
cibw_python: [ "cp37-*" , "cp38-*" , "cp39-*", "cp310-*"]
6363
cibw_manylinux: [ manylinux2014 ]
6464
steps:
6565
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requires = [
1717

1818
# numpy 1.19 was the first minor release to provide aarch64 wheels, but
1919
# wheels require fixes contained in numpy 1.19.2
20+
"numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'",
2021
"numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'",
2122
# aarch64 for py39 is covered by default requirement below
2223

0 commit comments

Comments
 (0)