Added Python 3.11 to Azure pipeline

This commit is contained in:
Matthias Koefferlein 2022-12-24 15:36:13 +01:00
parent 44a2aa9ca1
commit 49df8ad1d5
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@ jobs:
cp310-cp310-win_amd64.whl:
python.version: '3.10'
python.architecture: 'x64'
cp311-cp311-win_amd64.whl:
python.version: '3.11'
python.architecture: 'x64'
cp36-cp36m-win32.whl:
python.version: '3.6'
python.architecture: 'x86'
@ -44,6 +47,9 @@ jobs:
cp310-cp310-win32.whl:
python.version: '3.10'
python.architecture: 'x86'
cp311-cp311-win32.whl:
python.version: '3.11'
python.architecture: 'x86'
maxParallel: 6
steps: