Skip to content

Commit

Permalink
Add python 3.12 to Azure testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed May 16, 2024
1 parent 6d4bc1b commit ac3f37a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
python.version: '3.10'
Python311:
python.version: '3.11'
Python312:
python.version: '3.12'

steps:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
Expand Down
8 changes: 8 additions & 0 deletions ci/python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
channel_sources:
- conda-forge,defaults
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython

0 comments on commit ac3f37a

Please sign in to comment.