Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit a17c9cf

Browse files
authored
Add support for aarch64 python 3.9 wheels (#123)
1 parent 2fda34a commit a17c9cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- MB_PYTHON_VERSION=3.8
3333
- NP_BUILD_DEP="numpy==1.19.1"
3434
- NP_TEST_DEP="numpy==1.19.1"
35+
- os: linux
36+
env:
37+
- MB_PYTHON_VERSION=3.9
38+
- NP_BUILD_DEP="numpy==1.19.1"
39+
- NP_TEST_DEP="numpy==1.19.1"
3540
before_install:
3641
# See:
3742
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024

0 commit comments

Comments
 (0)