Skip to content

Commit

Permalink
Merge pull request #4327 from MDAnalysis/py312-azure
Browse files Browse the repository at this point in the history
Add Py3.12 for Azure pipelines CI
  • Loading branch information
tylerjereddy authored Oct 30, 2023
2 parents 707e043 + 9c96431 commit 170c514
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ jobs:
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'normal'
imageName: 'windows-2019'
Win-Python311-64bit-full:
PYTHON_VERSION: '3.11'
Win-Python312-64bit-full:
PYTHON_VERSION: '3.12'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'normal'
imageName: 'windows-2019'
Win-Python311-64bit-full-wheel:
PYTHON_VERSION: '3.11'
Win-Python312-64bit-full-wheel:
PYTHON_VERSION: '3.12'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'wheel'
NUMPY_MIN: '1.23.2'
NUMPY_MIN: '1.26.0'
imageName: 'windows-2019'
Win-Python39-64bit-full-wheel:
PYTHON_VERSION: '3.9'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'wheel'
NUMPY_MIN: '1.22.3'
imageName: 'windows-2019'
Linux-Python311-64bit-full-wheel:
PYTHON_VERSION: '3.11'
Linux-Python312-64bit-full-wheel:
PYTHON_VERSION: '3.12'
PYTHON_ARCH: 'x64'
BUILD_TYPE: 'wheel'
NUMPY_MIN: '1.23.2'
NUMPY_MIN: '1.26.0'
imageName: 'ubuntu-latest'
Linux-Python39-64bit-full-wheel:
PYTHON_VERSION: '3.9'
Expand Down

0 comments on commit 170c514

Please sign in to comment.