Skip to content

Commit c57f2da

Browse files
committed
Update Python versions matrix in CI
1 parent 7e6f97a commit c57f2da

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

azure-pipelines.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
jobs:
1818
- job: Lint
1919
pool:
20-
vmImage: 'ubuntu-22.04'
20+
vmImage: 'ubuntu-latest'
2121
steps:
2222
- script: |
2323
python -m pip install --upgrade pip pre-commit==4.0.1
@@ -28,24 +28,24 @@ jobs:
2828
dependsOn: Lint
2929
strategy:
3030
matrix:
31-
Python3.9_Pip:
32-
PYTHON_VERSION: "3.9"
33-
PKG_MANAGER: "pip"
34-
Python3.10_Pip:
35-
PYTHON_VERSION: "3.10"
36-
PKG_MANAGER: "pip"
3731
Python3.11_Pip:
3832
PYTHON_VERSION: "3.11"
3933
PKG_MANAGER: "pip"
40-
Python3.9_Conda:
41-
PYTHON_VERSION: "3.9"
42-
PKG_MANAGER: "conda"
43-
Python3.10_Conda:
44-
PYTHON_VERSION: "3.10"
45-
PKG_MANAGER: "conda"
34+
Python3.12_Pip:
35+
PYTHON_VERSION: "3.12"
36+
PKG_MANAGER: "pip"
37+
Python3.13_Pip:
38+
PYTHON_VERSION: "3.13"
39+
PKG_MANAGER: "pip"
4640
Python3.11_Conda:
4741
PYTHON_VERSION: "3.11"
4842
PKG_MANAGER: "conda"
43+
Python3.12_Conda:
44+
PYTHON_VERSION: "3.12"
45+
PKG_MANAGER: "conda"
46+
Python3.13_Conda:
47+
PYTHON_VERSION: "3.13"
48+
PKG_MANAGER: "conda"
4949
pool:
5050
vmImage: "ubuntu-latest"
5151
steps:
@@ -54,24 +54,24 @@ jobs:
5454
dependsOn: Lint
5555
strategy:
5656
matrix:
57-
Python3.9_Pip:
58-
PYTHON_VERSION: "3.9"
59-
PKG_MANAGER: "pip"
60-
Python3.10_Pip:
61-
PYTHON_VERSION: "3.10"
62-
PKG_MANAGER: "pip"
6357
Python3.11_Pip:
6458
PYTHON_VERSION: "3.11"
6559
PKG_MANAGER: "pip"
66-
Python3.9_Conda:
67-
PYTHON_VERSION: "3.9"
68-
PKG_MANAGER: "conda"
69-
Python3.10_Conda:
70-
PYTHON_VERSION: "3.10"
71-
PKG_MANAGER: "conda"
60+
Python3.12_Pip:
61+
PYTHON_VERSION: "3.12"
62+
PKG_MANAGER: "pip"
63+
Python3.13_Pip:
64+
PYTHON_VERSION: "3.13"
65+
PKG_MANAGER: "pip"
7266
Python3.11_Conda:
7367
PYTHON_VERSION: "3.11"
7468
PKG_MANAGER: "conda"
69+
Python3.12_Conda:
70+
PYTHON_VERSION: "3.12"
71+
PKG_MANAGER: "conda"
72+
Python3.13_Conda:
73+
PYTHON_VERSION: "3.13"
74+
PKG_MANAGER: "conda"
7575
pool:
7676
vmImage: "windows-latest"
7777
steps:

0 commit comments

Comments
 (0)