Skip to content

Commit

Permalink
⏪️ Python 3.12 has conflicts with mamba.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Oct 21, 2023
1 parent 48c5169 commit c4f190a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
vmImage: 'ubuntu-20.04'
strategy:
matrix:
Python312:
python.version: '3.12'
Python311:
python.version: '3.11'
steps:
- checkout: self
fetchDepth: 1
Expand Down Expand Up @@ -58,12 +58,12 @@ jobs:
vmImage: 'ubuntu-20.04'
strategy:
matrix:
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
Python311:
python.version: '3.11'
steps:
- checkout: self
fetchDepth: 1
Expand Down Expand Up @@ -102,14 +102,14 @@ jobs:
vmImage: 'macOS-12'
strategy:
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'
steps:
- checkout: self
fetchDepth: 1
Expand Down Expand Up @@ -143,14 +143,14 @@ jobs:
vmImage: 'windows-2019'
strategy:
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'
steps:
- checkout: self
fetchDepth: 1
Expand Down

0 comments on commit c4f190a

Please sign in to comment.