8000 MAINT: Try making 3.10 wheels on Windows and OSX · MacPython/numpy-wheels@23ad949 · GitHub
[go: up one dir, main page]

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

Commit 23ad949

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

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

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.9_universal2:
122+
MB_PYTHON_VERSION: "3.10"
123+
PLAT: universal2
124+
CONFIG_PATH: "config_ilp64.sh"

0 commit comments

Comments
 (0)
0