Skip to content

Commit 7be2bd7

Browse files
committed
Remove python 3.9 from macos pipeline
Signed-off-by: Theodore Aptekarev <[email protected]>
1 parent 4b5d34b commit 7be2bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
parameters:
3838
job_name: macos14_cpython
3939
image_name: macOS-14
40-
python_versions: ['3.9', '3.10', '3.11', '3.12']
40+
python_versions: ['3.10', '3.11', '3.12']
4141
test_suites:
4242
all: venv/bin/pytest -n 2 -vvs
4343

0 commit comments

Comments
 (0)