Switch CI to Python 3.11.0 (#11737)

This commit is contained in:
Adriane Boyd 2022-11-02 13:42:20 +01:00
parent eda0ee2c89
commit 9cd2520163

View File

@ -87,13 +87,13 @@ jobs:
# python.version: "3.10"
Python311Linux:
imageName: 'ubuntu-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11.0'
Python311Windows:
imageName: 'windows-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11.0'
Python311Mac:
imageName: 'macos-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11.0'
maxParallel: 4
pool:
vmImage: $(imageName)