This repository was archived by the owner on Feb 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 2222
2323matrix :
2424 include :
25+ - os : osx
26+ language : generic
27+ env :
28+ - MB_PYTHON_VERSION=3.9
2529 - os : osx
2630 language : generic
2731 env :
@@ -115,6 +119,20 @@ matrix:
115119 - PLAT=aarch64
116120 - MB_ML_VER=2014
117121 - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
122+ - os : linux
123+ env :
124+ - MB_PYTHON_VERSION=3.9
125+ - os : linux
126+ env :
127+ - MB_PYTHON_VERSION=3.9
128+ - PLAT=i686
129+ - os : linux
130+ arch : arm64
131+ env :
132+ - MB_PYTHON_VERSION=3.9
133+ - PLAT=aarch64
134+ - MB_ML_VER=2014
135+ - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
118136
119137before_install :
120138 - if [ "$TRAVIS_BRANCH" == "daily" ]; then
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ environment:
1515
1616 matrix :
1717
18+ - PYTHON : " C:\\ Python39"
19+ PYTHON_VERSION : " 3.9.x" # currently 3.9.1
20+ PYTHON_ARCH : " 32"
21+
22+ - PYTHON : " C:\\ Python39-x64"
23+ PYTHON_VERSION : " 3.9.x" # currently 3.9.0
24+ PYTHON_ARCH : " 64"
25+
1826 - PYTHON : " C:\\ Python38"
1927 PYTHON_VERSION : " 3.8.x" # currently 3.8.0
2028 PYTHON_ARCH : " 32"
You can’t perform that action at this time.
0 commit comments