diff --git a/.ci/azure/test.yml b/.ci/azure/test.yml index 3952f84bd..4dd5a0355 100644 --- a/.ci/azure/test.yml +++ b/.ci/azure/test.yml @@ -12,6 +12,9 @@ jobs: linux-Python312: image: ubuntu-latest python.version: '3.12' + linux-Python313: + image: ubuntu-latest + python.version: '3.13' osx-Python310: image: macOS-latest python.version: '3.10' @@ -21,6 +24,9 @@ jobs: osx-Python312: image: macOS-latest python.version: '3.12' + osx-Python313: + image: macOS-latest + python.version: '3.13' win-Python310: image: windows-latest python.version: '3.10' @@ -30,6 +36,9 @@ jobs: win-Python312: image: windows-latest python.version: '3.12' + win-Python313: + image: windows-latest + python.version: '3.13' displayName: "${{ variables.image }} ${{ variables.python.version }}" pool: vmImage: $(image) diff --git a/.ci/environment_test.yml b/.ci/environment_test.yml index 3a5d24e10..548f47a0f 100644 --- a/.ci/environment_test.yml +++ b/.ci/environment_test.yml @@ -1,6 +1,7 @@ name: discretize-test channels: - conda-forge + - conda-forge/label/python_rc dependencies: - numpy>=1.22.4 - scipy>=1.8