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

Commit 809095c

Browse files
authored
Merge pull request #135 from charris/test-3.10-available
MAINT: Try making 3.10 wheels on Windows and OSX
2 parents 468533c + b47efc1 commit 809095c

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- os: linux
4848
arch: arm64
4949
env:
50-
- AZURE_PYTHON_VERSION="3.9"
50+
- AZURE_PYTHON_VERSION=3.9
5151
- PLAT=aarch64
52-
- MB_PYTHON_VERSION=3.10
52+
- MB_PYTHON_VERSION="3.10"
5353
- MB_ML_VER=2014
5454
- CONFIG_PATH: "config_ilp64.sh"
5555
- DEBUG_PRINT=1

azure-pipelines.yml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
PYTHON_ARCH: 'x64'
3838
NPY_USE_BLAS_ILP64: 1
3939
BITS: 64
40+
py_3.10_64:
41+
PYTHON_VERSION: "3.10.x"
42+
PYTHON_ARCH: 'x64'
43+
NPY_USE_BLAS_ILP64: 1
44+
BITS: 64
4045

4146
- template: azure/posix.yml
4247
parameters:
@@ -51,23 +56,23 @@ jobs:
5156
#CONFIG_PATH: "config_ilp64.sh"
5257
#DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}
5358

54-
py_3.8_32:
55-
MB_PYTHON_VERSION: "3.8"
56-
PLAT: "i686"
57-
MB_ML_VER: "2014"
58-
ENV_VARS_PATH: "env_vars_32.sh"
59-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
59+
#py_3.8_32:
60+
#MB_PYTHON_VERSION: "3.8"
61+
#PLAT: "i686"
62+
#MB_ML_VER: "2014"
63+
#ENV_VARS_PATH: "env_vars_32.sh"
64+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
6065
py_3.8_64:
6166
MB_PYTHON_VERSION: "3.8"
6267
MB_ML_VER: "2014"
6368
CONFIG_PATH: "config_ilp64.sh"
6469

65-
py_3.9_32:
66-
MB_PYTHON_VERSION: "3.9"
67-
PLAT: "i686"
68-
MB_ML_VER: "2014"
69-
ENV_VARS_PATH: "env_vars_32.sh"
70-
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
70+
#py_3.9_32:
71+
#MB_PYTHON_VERSION: "3.9"
72+
#PLAT: "i686"
73+
#MB_ML_VER: "2014"
74+
#ENV_VARS_PATH: "env_vars_32.sh"
75+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
7176
py_3.9_64:
7277
MB_PYTHON_VERSION: "3.9"
7378
MB_ML_VER: "2014"
@@ -106,3 +111,7 @@ jobs:
106111
MB_PYTHON_VERSION: "3.9"
107112
PLAT: universal2
108113
CONFIG_PATH: "config_ilp64.sh"
114+
py_3.10_universal2:
115+
MB_PYTHON_VERSION: "3.10"
116+
PLAT: universal2
117+
CONFIG_PATH: "config_ilp64.sh"

0 commit comments

Comments
 (0)