Skip to content

Commit 1af7a71

Browse files
Update azure pipelines supported python versions
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 2e593d0 commit 1af7a71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,47 @@ jobs:
1313
parameters:
1414
job_name: ubuntu22_cpython
1515
image_name: ubuntu-22.04
16-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717
test_suites:
1818
all: venv/bin/pytest -n 2 -vvs
1919

2020
- template: etc/ci/azure-posix.yml
2121
parameters:
2222
job_name: ubuntu24_cpython
2323
image_name: ubuntu-24.04
24-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
24+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2525
test_suites:
2626
all: venv/bin/pytest -n 2 -vvs
2727

2828
- template: etc/ci/azure-posix.yml
2929
parameters:
3030
job_name: macos13_cpython
3131
image_name: macOS-13
32-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
32+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3333
test_suites:
3434
all: venv/bin/pytest -n 2 -vvs
3535

3636
- template: etc/ci/azure-posix.yml
3737
parameters:
3838
job_name: macos14_cpython
3939
image_name: macOS-14
40-
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
40+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4141
test_suites:
4242
all: venv/bin/pytest -n 2 -vvs
4343

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

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

@@ -82,7 +82,7 @@ jobs:
8282
parameters:
8383
job_name: ubuntu24_cpython_latest_from_pip
8484
image_name: ubuntu-24.04
85-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
85+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
8686
test_suites:
8787
all: |
8888
venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .
@@ -93,7 +93,7 @@ jobs:
9393
parameters:
9494
job_name: win2022_cpython_latest_from_pip
9595
image_name: windows-2022
96-
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
96+
python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
9797
test_suites:
9898
all: |
9999
venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e .

0 commit comments

Comments
 (0)