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

Commit a06b1c5

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

File tree

2 files changed

+32
-16
lines changed

2 files changed

+32
-16
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch: arm64
2727
env:
2828
- PLAT=aarch64
29-
- MB_PYTHON_VERSION=3.8
29+
- MB_PYTHON_VERSION="3.8"
3030
- MB_ML_VER=2014
3131
- CONFIG_PATH: "config_ilp64.sh"
3232
- DEBUG_PRINT=1
@@ -37,7 +37,7 @@ jobs:
3737
arch: arm64
3838
env:
3939
- PLAT=aarch64
40-
- MB_PYTHON_VERSION=3.9
40+
- MB_PYTHON_VERSION="3.9"
4141
- MB_ML_VER=2014
4242
- CONFIG_PATH: "config_ilp64.sh"
4343
- DEBUG_PRINT=1
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
- 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: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
3737
PYTHON_ARCH: 'x64'
3838
NPY_USE_BLAS_ILP64: 1
3939
BITS: 64
40+
py_3.10_32:
41+
PYTHON_VERSION: "3.10.x"
42+
PYTHON_ARCH: "x86"
43+
BITS: 32
44+
py_3.10_64:
45+
PYTHON_VERSION: "3.10.x"
46+
PYTHON_ARCH: 'x64'
47+
NPY_USE_BLAS_ILP64: 1
48+
BITS: 64
4049

4150
- template: azure/posix.yml
4251
parameters:
@@ -51,23 +60,23 @@ jobs:
5160
#CONFIG_PATH: "config_ilp64.sh"
5261
#DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}
5362

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}"
63+
#py_3.8_32:
64+
#MB_PYTHON_VERSION: "3.8"
65+
#PLAT: "i686"
66+
#MB_ML_VER: "2014"
67+
#ENV_VARS_PATH: "env_vars_32.sh"
68+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
6069
py_3.8_64:
6170
MB_PYTHON_VERSION: "3.8"
6271
MB_ML_VER: "2014"
6372
CONFIG_PATH: "config_ilp64.sh"
6473

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}"
74+
#py_3.9_32:
75+
#MB_PYTHON_VERSION: "3.9"
76+
#PLAT: "i686"
77+
#MB_ML_VER: "2014"
78+
#ENV_VARS_PATH: "env_vars_32.sh"
79+
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
7180
py_3.9_64:
7281
MB_PYTHON_VERSION: "3.9"
7382
MB_ML_VER: "2014"
@@ -80,7 +89,7 @@ jobs:
8089
#MB_ML_VER: "2014"
8190
#ENV_VARS_PATH: "env_vars_32.sh"
8291
py_3.10_64:
83-
AZURE_PYTHON_VERSION: "3.9"
92+
AZURE_PYTHON_VERSION: "3.10"
8493
MB_PYTHON_VERSION: "3.10"
8594
MB_ML_VER: "2014"
8695
CONFIG_PATH: "config_ilp64.sh"
@@ -97,6 +106,9 @@ jobs:
97106
py_3.9_64:
98107
MB_PYTHON_VERSION: "3.9"
99108
CONFIG_PATH: "config_ilp64.sh"
109+
py_3.10_64:
110+
MB_PYTHON_VERSION: "3.10"
111+
CONFIG_PATH: "config_ilp64.sh"
100112

101113
py_3.8_universal2:
102114
MB_PYTHON_VERSION: "3.8"
@@ -106,3 +118,7 @@ jobs:
106118
MB_PYTHON_VERSION: "3.9"
107119
PLAT: universal2
108120
CONFIG_PATH: "config_ilp64.sh"
121+
py_3.10_universal2:
122+
MB_PYTHON_VERSION: "3.10"
123+
PLAT: universal2
124+
CONFIG_PATH: "config_ilp64.sh"

0 commit comments

Comments
 (0)