Skip to content

Commit 1dbbd97

Browse files
committed
Add CI for python 3.11.0rc2
1 parent 7847fc8 commit 1dbbd97

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

azure-pipelines.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,24 @@ jobs:
6060
Python39Mac:
6161
imageName: 'macos-10.14'
6262
python.version: '3.9'
63+
Python310Linux:
64+
imageName: 'ubuntu-latest'
65+
python.version: '3.10'
66+
Python310Windows:
67+
imageName: 'windows-latest'
68+
python.version: '3.10'
69+
Python310Mac:
70+
imageName: 'macos-latest'
71+
python.version: '3.10'
72+
Python311Linux:
73+
imageName: 'ubuntu-latest'
74+
python.version: '3.11.0-rc.2'
75+
Python311Windows:
76+
imageName: 'windows-latest'
77+
python.version: '3.11.0-rc.2'
78+
Python311Mac:
79+
imageName: 'macos-latest'
80+
python.version: '3.11.0-rc.2'
6381
maxParallel: 4
6482
pool:
6583
vmImage: $(imageName)
@@ -69,6 +87,7 @@ jobs:
6987
inputs:
7088
versionSpec: '$(python.version)'
7189
architecture: 'x64'
90+
allowUnstable: true
7291

7392
- script: |
7493
python -m pip install --upgrade pip setuptools

0 commit comments

Comments
 (0)