Skip to content

Commit 9f886b9

Browse files
Update azure pipelines images and python versions
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 819554f commit 9f886b9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

azure-pipelines.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,54 @@ jobs:
99
parameters:
1010
job_name: run_code_checks
1111
image_name: ubuntu-24.04
12-
python_versions: ['3.13']
12+
python_versions: ['3.14']
1313
test_suites:
1414
all: make check
1515

1616
- template: etc/ci/azure-posix.yml
1717
parameters:
1818
job_name: ubuntu22_cpython
1919
image_name: ubuntu-22.04
20-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
test_suites:
2222
all: venv/bin/pytest -n 2 -vvs
2323

2424
- template: etc/ci/azure-posix.yml
2525
parameters:
2626
job_name: ubuntu24_cpython
2727
image_name: ubuntu-24.04
28-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
28+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2929
test_suites:
3030
all: venv/bin/pytest -n 2 -vvs
3131

3232
- template: etc/ci/azure-posix.yml
3333
parameters:
34-
job_name: macos13_cpython
35-
image_name: macOS-13
36-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
34+
job_name: macos14_cpython
35+
image_name: macos-14
36+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3737
test_suites:
3838
all: venv/bin/pytest -n 2 -vvs
3939

4040
- template: etc/ci/azure-posix.yml
4141
parameters:
42-
job_name: macos14_cpython
43-
image_name: macOS-14
44-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
42+
job_name: macos15_cpython
43+
image_name: macos-15
44+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4545
test_suites:
4646
all: venv/bin/pytest -n 2 -vvs
4747

4848
- template: etc/ci/azure-win.yml
4949
parameters:
5050
job_name: win2025_cpython
5151
image_name: windows-2025
52-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
52+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5353
test_suites:
5454
all: venv\Scripts\pytest -n 2 -vvs
5555

5656
- template: etc/ci/azure-win.yml
5757
parameters:
5858
job_name: win2022_cpython
5959
image_name: windows-2022
60-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
60+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6161
test_suites:
6262
all: venv\Scripts\pytest -n 2 -vvs

0 commit comments

Comments
 (0)