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

Check if Python 3.10.0 available for Mac and Windows. #134

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64
py_3.10_32:
PYTHON_VERSION: "3.10-dev"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's not available yet on Azure, we should still be able to build wheels with the following no?

Suggested change
PYTHON_VERSION: "3.10-dev"
AZURE_PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.10"
Suggested change
PYTHON_VERSION: "3.10-dev"
PYTHON_VERSION: "3.10-dev"

PYTHON_ARCH: "x86"
BITS: 32
py_3.10_64:
PYTHON_VERSION: "3.10-dev"
PYTHON_ARCH: 'x64'
NPY_USE_BLAS_ILP64: 1
BITS: 64

- template: azure/posix.yml
parameters:
Expand Down Expand Up @@ -120,6 +129,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-dev"
CONFIG_PATH: "config_ilp64.sh"

py_3.8_universal2:
MB_PYTHON_VERSION: "3.8"
Expand All @@ -129,3 +141,7 @@ jobs:
MB_PYTHON_VERSION: "3.9"
PLAT: universal2
CONFIG_PATH: "config_ilp64.sh"
py_3.10_universal2:
MB_PYTHON_VERSION: "3.10-dev"
PLAT: universal2
CONFIG_PATH: "config_ilp64.sh"