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

Commit 9463e8f

Browse files
committed
MAINT: Try making 3.10 wheels on Windows and OSX
1 parent 468533c commit 9463e8f

File tree

4 files changed

+28
-15
lines changed

4 files changed

+28
-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: 24 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"
@@ -97,6 +102,9 @@ jobs:
97102
py_3.9_64:
98103
MB_PYTHON_VERSION: "3.9"
99104
CONFIG_PATH: "config_ilp64.sh"
105+
py_3.10_64:
106+
MB_PYTHON_VERSION: "3.10"
107+
CONFIG_PATH: "config_ilp64.sh"
100108

101109
py_3.8_universal2:
102110
MB_PYTHON_VERSION: "3.8"
@@ -106,3 +114,7 @@ jobs:
106114
MB_PYTHON_VERSION: "3.9"
107115
PLAT: universal2
108116
CONFIG_PATH: "config_ilp64.sh"
117+
py_3.10_universal2:
118+
MB_PYTHON_VERSION: "3.10"
119+
PLAT: universal2
120+
CONFIG_PATH: "config_ilp64.sh"

azure/posix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- bash: |
3939
set -e
40+
echo $PATH
4041
4142
if [ "$BUILD_REASON" == "Schedule" ]; then
4243
BUILD_COMMIT=$NIGHTLY_BUILD_COMMIT

0 commit comments

Comments
 (0)