Skip to content

Commit

Permalink
💚 Refactor azure-pipelines.yml to update Python versions and remove P…
Browse files Browse the repository at this point in the history
…ython 3.8 and 3.9 support
  • Loading branch information
fbriol committed Sep 8, 2024
1 parent b88e8d6 commit 1a58fc9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ jobs:
vmImage: 'ubuntu-20.04'
strategy:
matrix:
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
Python312:
python.version: '3.12'
steps:
- checkout: self
fetchDepth: 1
Expand Down Expand Up @@ -102,14 +100,12 @@ 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 +139,12 @@ 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'
Python311:
python.version: '3.12'
steps:
- checkout: self
fetchDepth: 1
Expand Down

0 comments on commit 1a58fc9

Please sign in to comment.