Skip to content

Commit

Permalink
CI: Switch to python 3.11 (#800)
Browse files Browse the repository at this point in the history
* CI: Switch to python 3.11

* Reduce to one OS for python 3.10
  • Loading branch information
adrianeboyd authored Nov 4, 2022
1 parent a3feeec commit f010ad8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,18 @@ jobs:
Python39Windows:
imageName: 'windows-latest'
python.version: '3.9'
Python310Linux:
imageName: 'ubuntu-latest'
python.version: '3.10'
Python310Windows:
imageName: 'windows-latest'
python.version: '3.10'
Python310Mac:
imageName: 'macos-latest'
python.version: '3.10'
Python311Linux:
imageName: 'ubuntu-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11'
Python311Windows:
imageName: 'windows-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11'
Python311Mac:
imageName: 'macos-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11'
maxParallel: 4
pool:
vmImage: $(imageName)
Expand Down

0 comments on commit f010ad8

Please sign in to comment.