Skip to content

Commit

Permalink
Merge pull request #688 from bashtage/update-ci
Browse files Browse the repository at this point in the history
CI: Add Python 3.12
  • Loading branch information
bashtage authored Oct 12, 2023
2 parents 9afe9ca + ca73936 commit 368c45d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
VML_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
PYTHONHASHSEED: 12345678 # Ensure tests are correctly gathered by xdist
SETUPTOOLS_USE_DISTUTILS: "stdlib"
# SETUPTOOLS_USE_DISTUTILS: "stdlib"
TEST_INSTALL: false
MPLBACKEND: agg
PYTEST_PATTERN: "(not slow)"
Expand Down
2 changes: 2 additions & 0 deletions ci/azure/azure_template_posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
python_312:
python.version: '3.12'
python_311:
python.version: '3.11'
python_310:
Expand Down
2 changes: 2 additions & 0 deletions ci/azure/azure_template_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
python.version: '3.10'
python311_win_latest:
python.version: '3.11'
python312_win_latest:
python.version: '3.12'
maxParallel: 10

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ oldest-supported-numpy>=2022.11.19

# Performance
cython>=0.29.34 # Works with 3.0.0b2
numba>=0.49,!=0.50.*
numba>=0.49,!=0.50.*;python_version<"3.12"

# Graphics
matplotlib>=3
Expand Down

0 comments on commit 368c45d

Please sign in to comment.