diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3eee9a9..03e03a86 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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" diff --git a/ci/python3.12.yaml b/ci/python3.12.yaml new file mode 100644 index 00000000..6f2e3cb6 --- /dev/null +++ b/ci/python3.12.yaml @@ -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