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

Commit f4c8d77

Browse files
committed
Include Python 3.9.x in build matrix.
1 parent 4ed5c12 commit f4c8d77

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ env:
2222

2323
matrix:
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

119137
before_install:
120138
- if [ "$TRAVIS_BRANCH" == "daily" ]; then

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)