Skip to content

Commit

Permalink
Including Python 3.13 in Azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Nov 12, 2024
1 parent 63dd591 commit 6a2aea9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit 6a2aea9

Please sign in to comment.