Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

BLD: Python 3.11 wheels #192

Merged
merged 24 commits into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from 6 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
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
- NP_TEST_DEP="numpy==1.21.2"
# Xenial is EOL and the pip there doesn't support python 3.10
- DOCKER_TEST_IMAGE="multibuild/focal_arm64v8"
- os: linux
env:
- MB_PYTHON_VERSION="3.11"
- NP_BUILD_DEP="numpy==1.23.2"
- NP_TEST_DEP="numpy==1.23.2"
# Xenial is EOL and the pip there doesn't support python 3.10
- DOCKER_TEST_IMAGE="multibuild/focal_arm64v8"
before_install:
# See:
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
Expand Down
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ jobs:
NP_BUILD_DEP: "numpy==1.21.2"
DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}"
NIGHTLY_BUILD: "true"

py_3.11_64:
MB_PYTHON_VERSION: "3.11"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.23.2"
DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}"
NIGHTLY_BUILD: "true"

- template: azure/posix.yml
parameters:
Expand Down
1 change: 1 addition & 0 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
inputs:
versionSpec: $(MB_PYTHON_VERSION)
displayName: Set python version
condition: not(eq(variables['MB_PYTHON_VERSION'], '3.11'))

- bash: |
set -e
Expand Down