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

Commit c424cf8

Browse files
committed
Add Python 3.9 wheels
1 parent 5cf20de commit c424cf8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ matrix:
4141
- MB_PYTHON_VERSION=3.8
4242
- NP_BUILD_DEP="1.14.5"
4343
- NP_TEST_DEP="1.14.5"
44+
- os: linux
45+
env:
46+
- MB_PYTHON_VERSION=3.9
47+
- NP_BUILD_DEP="1.19.3"
48+
- NP_TEST_DEP="1.93.3"
4449

4550
- os: linux
4651
env:
@@ -82,6 +87,15 @@ matrix:
8287
- MB_ML_VER=2014
8388
- PLAT=aarch64
8489
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
90+
- os: linux
91+
arch: arm64-graviton2
92+
env:
93+
- MB_PYTHON_VERSION=3.9
94+
- NP_BUILD_DEP="1.19.3"
95+
- NP_TEST_DEP="1.19.3"
96+
- MB_ML_VER=2014
97+
- PLAT=aarch64
98+
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
8599

86100
- os: osx
87101
language: generic
@@ -104,6 +118,13 @@ matrix:
104118
- MB_PYTHON_OSX_VER=10.9
105119
- NP_BUILD_DEP=1.14.5
106120
- NP_TEST_DEP=1.14.5
121+
- os: osx
122+
language: generic
123+
env:
124+
- MB_PYTHON_VERSION=3.9
125+
- MB_PYTHON_OSX_VER=10.9
126+
- NP_BUILD_DEP=1.19.3
127+
- NP_TEST_DEP=1.19.3
107128
before_install:
108129
# See:
109130
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024

0 commit comments

Comments
 (0)