Skip to content

Commit

Permalink
Update azure-pipelines.yml to deprecate 3.7 and add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes authored Nov 14, 2023
1 parent a2346c0 commit 933182e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ stages:
- job: run_platform_tests
strategy:
matrix:
mac_py37:
imageName: 'macOS-latest'
python.version: '3.7'
linux_py37:
imageName: 'ubuntu-latest'
python.version: '3.7'
windows_py37:
imageName: 'windows-latest'
python.version: '3.7'
mac_py38:
imageName: 'macOS-latest'
python.version: '3.8'
Expand Down Expand Up @@ -63,7 +54,16 @@ stages:
windows_py310:
imageName: 'windows-latest'
python.version: '3.10'

mac_py311:
imageName: 'macOS-latest'
python.version: '3.11'
linux_py311:
imageName: 'ubuntu-latest'
python.version: '3.11'
windows_py311:
imageName: 'windows-latest'
python.version: '3.11'

pool:
vmImage: $(imageName)

Expand Down

0 comments on commit 933182e

Please sign in to comment.