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

Commit

Permalink
Merge pull request #135 from charris/test-3.10-available
Browse files Browse the repository at this point in the history
MAINT: Try making 3.10 wheels on Windows and OSX
  • Loading branch information
charris authored Oct 17, 2021
2 parents 468533c + b47efc1 commit 809095c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- os: linux
arch: arm64
env:
- AZURE_PYTHON_VERSION="3.9"
- AZURE_PYTHON_VERSION=3.9
- PLAT=aarch64
- MB_PYTHON_VERSION=3.10
- MB_PYTHON_VERSION="3.10"
- MB_ML_VER=2014
- CONFIG_PATH: "config_ilp64.sh"
- DEBUG_PRINT=1
Expand Down
33 changes: 21 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64
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 +56,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 Down Expand Up @@ -106,3 +111,7 @@ jobs:
MB_PYTHON_VERSION: "3.9"
PLAT: universal2
CONFIG_PATH: "config_ilp64.sh"
py_3.10_universal2:
MB_PYTHON_VERSION: "3.10"
PLAT: universal2
CONFIG_PATH: "config_ilp64.sh"

0 comments on commit 809095c

Please sign in to comment.