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

MAINT: Try making 3.10 wheels on Windows and OSX #135

Merged
merged 1 commit into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"