Skip to content

Commit

Permalink
re-enable win jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Nov 18, 2024
1 parent 90e2ff6 commit 81f5ee6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .azure/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ stages:
condition: eq(1,1)
strategy:
matrix:
# Python38:
# python.version: '3.8'
# python.architecture: 'x64'
# Python39:
# python.version: '3.9'
# python.architecture: 'x64'
# Python310:
# python.version: '3.10'
# python.architecture: 'x64'
# Python311:
# python.version: '3.11'
# python.architecture: 'x64'
Python38:
python.version: '3.8'
python.architecture: 'x64'
Python39:
python.version: '3.9'
python.architecture: 'x64'
Python310:
python.version: '3.10'
python.architecture: 'x64'
Python311:
python.version: '3.11'
python.architecture: 'x64'
Python312:
python.version: '3.12'
python.architecture: 'x64'
Expand Down

0 comments on commit 81f5ee6

Please sign in to comment.