Skip to content

Commit

Permalink
Reduce size of matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Nov 16, 2024
1 parent 634bb64 commit 6040496
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .azure/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@ stages:
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'
# 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'
# Python313:
# python.version: '3.13'
# python.architecture: 'x64'
Expand All @@ -106,14 +106,14 @@ stages:
matrix:
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
Python311:
python.version: '3.11'
Python312:
python.version: '3.12'
# Python39:
# python.version: '3.9'
# Python310:
# python.version: '3.10'
# Python311:
# python.version: '3.11'
# Python312:
# python.version: '3.12'
# Python313:
# python.version: '3.13'
pool:
Expand Down

0 comments on commit 6040496

Please sign in to comment.