Skip to content

Commit

Permalink
Merge pull request #1017 from esc/azure_312
Browse files Browse the repository at this point in the history
add 3.12 to azure
  • Loading branch information
sklam committed Dec 5, 2023
2 parents da22592 + 5ac3eb8 commit 857cb78
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
py311:
PYTHON: '3.11'
CONDA_ENV: cienv
py312:
PYTHON: '3.12'
CONDA_ENV: cienv

- template: buildscripts/azure/azure-linux-macos.yml
parameters:
Expand All @@ -40,6 +43,11 @@ jobs:
CONDA_ENV: cienv
RUN_FLAKE8: yes
RUN_CLANG_FORMAT: yes
py312:
PYTHON: '3.12'
CONDA_ENV: cienv
RUN_FLAKE8: yes
RUN_CLANG_FORMAT: yes
# temporarily disabled
# pypy:
# PYTHON: pypy
Expand All @@ -56,6 +64,14 @@ jobs:
PYTHON: '3.10'
CONDA_ENV: cienv
WHEEL: 'yes'
py311_wheel:
PYTHON: '3.11'
CONDA_ENV: cienv
WHEEL: 'yes'
py312_wheel:
PYTHON: '3.12'
CONDA_ENV: cienv
WHEEL: 'yes'

py39_docs:
PYTHON: '3.9'
Expand Down
3 changes: 3 additions & 0 deletions buildscripts/azure/azure-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
py311:
PYTHON: '3.11'
CONDA_ENV: cienv
py312:
PYTHON: '3.12'
CONDA_ENV: cienv


steps:
Expand Down

0 comments on commit 857cb78

Please sign in to comment.