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

Commit

Permalink
MAINT: Try making 3.10 wheels on Windows and OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Oct 12, 2021
1 parent 468533c commit 23ad949
Showing 1 changed file with 29 additions and 13 deletions.
42 changes: 29 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ jobs:
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64
py_3.10_32:
PYTHON_VERSION: "3.10.x"
PYTHON_ARCH: "x86"
BITS: 32
py_3.10_64:
PYTHON_VERSION: "3.10.x"
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64

- template: azure/posix.yml
parameters:
Expand All @@ -51,23 +60,23 @@ jobs:
#CONFIG_PATH: "config_ilp64.sh"
#DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT}

py_3.8_32:
MB_PYTHON_VERSION: "3.8"
PLAT: "i686"
MB_ML_VER: "2014"
ENV_VARS_PATH: "env_vars_32.sh"
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
#py_3.8_32:
#MB_PYTHON_VERSION: "3.8"
#PLAT: "i686"
#MB_ML_VER: "2014"
#ENV_VARS_PATH: "env_vars_32.sh"
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
MB_ML_VER: "2014"
CONFIG_PATH: "config_ilp64.sh"

py_3.9_32:
MB_PYTHON_VERSION: "3.9"
PLAT: "i686"
MB_ML_VER: "2014"
ENV_VARS_PATH: "env_vars_32.sh"
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
#py_3.9_32:
#MB_PYTHON_VERSION: "3.9"
#PLAT: "i686"
#MB_ML_VER: "2014"
#ENV_VARS_PATH: "env_vars_32.sh"
#DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
py_3.9_64:
MB_PYTHON_VERSION: "3.9"
MB_ML_VER: "2014"
Expand All @@ -80,7 +89,7 @@ jobs:
#MB_ML_VER: "2014"
#ENV_VARS_PATH: "env_vars_32.sh"
py_3.10_64:
AZURE_PYTHON_VERSION: "3.9"
AZURE_PYTHON_VERSION: "3.10"
MB_PYTHON_VERSION: "3.10"
MB_ML_VER: "2014"
CONFIG_PATH: "config_ilp64.sh"
Expand All @@ -97,6 +106,9 @@ jobs:
py_3.9_64:
MB_PYTHON_VERSION: "3.9"
CONFIG_PATH: "config_ilp64.sh"
py_3.10_64:
MB_PYTHON_VERSION: "3.10"
CONFIG_PATH: "config_ilp64.sh"

py_3.8_universal2:
MB_PYTHON_VERSION: "3.8"
Expand All @@ -106,3 +118,7 @@ jobs:
MB_PYTHON_VERSION: "3.9"
PLAT: universal2
CONFIG_PATH: "config_ilp64.sh"
py_3.9_universal2:
MB_PYTHON_VERSION: "3.10"
PLAT: universal2
CONFIG_PATH: "config_ilp64.sh"

0 comments on commit 23ad949

Please sign in to comment.