Including Python 3.13 in Azure pipelines

This commit is contained in:
Matthias Koefferlein 2024-11-12 20:47:19 +01:00
parent 63dd591e51
commit 6a2aea96ba
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,9 @@ jobs:
cp312-cp312-win_amd64.whl:
python.version: '3.12'
python.architecture: 'x64'
cp313-cp313-win_amd64.whl:
python.version: '3.13'
python.architecture: 'x64'
cp36-cp36m-win32.whl:
python.version: '3.6'
python.architecture: 'x86'
@ -56,6 +59,9 @@ jobs:
cp312-cp312-win32.whl:
python.version: '3.12'
python.architecture: 'x86'
cp313-cp313-win32.whl:
python.version: '3.13'
python.architecture: 'x86'
maxParallel: 6
steps: