Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 3d33caf

Browse files
committed
add python 3.9
1 parent 11039ab commit 3d33caf

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ jobs:
5555
- MB_PYTHON_VERSION=3.6
5656
- DEBUG_PRINT=1
5757
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
58+
- os: linux
59+
arch: arm64
60+
env:
61+
- PLAT=aarch64
62+
- MB_ML_VER=2014
63+
- MB_PYTHON_VERSION=3.7
64+
- DEBUG_PRINT=1
65+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
5866
- os: linux
5967
arch: arm64
6068
env:
@@ -68,7 +76,7 @@ jobs:
6876
env:
6977
- PLAT=aarch64
7078
- MB_ML_VER=2014
71-
- MB_PYTHON_VERSION=3.7
79+
- MB_PYTHON_VERSION=3.9
7280
- DEBUG_PRINT=1
7381
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
7482

azure-pipelines.yml

+20
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ jobs:
4848
PYTHON_VERSION: "3.8.x"
4949
PYTHON_ARCH: 'x64'
5050
BITS: 64
51+
py_3.9_32:
52+
PYTHON_VERSION: "3.9.x"
53+
PYTHON_ARCH: "x86"
54+
BITS: 32
55+
py_3.9_64:
56+
PYTHON_VERSION: "3.9.x"
57+
PYTHON_ARCH: 'x64'
58+
BITS: 64
59+
5160

5261
- template: azure/posix.yml
5362
parameters:
@@ -106,6 +115,15 @@ jobs:
106115
py_3.8_64manylinux1:
107116
MB_PYTHON_VERSION: "3.8"
108117
MB_ML_VER: "1"
118+
py_3.9_32manylinux1:
119+
MB_PYTHON_VERSION: "3.9"
120+
PLAT: "i686"
121+
MB_ML_VER: "1"
122+
ENV_VARS_PATH: "env_vars_32.sh"
123+
py_3.9_64manylinux1:
124+
MB_PYTHON_VERSION: "3.9"
125+
MB_ML_VER: "1"
126+
109127

110128
- template: azure/posix.yml
111129
parameters:
@@ -118,3 +136,5 @@ jobs:
118136
MB_PYTHON_VERSION: "3.7"
119137
py_3.8_64:
120138
MB_PYTHON_VERSION: "3.8"
139+
py_3.9_64:
140+
MB_PYTHON_VERSION: "3.9"

0 commit comments

Comments
 (0)