Skip to content

Commit

Permalink
💚 Update Python versions in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Sep 2, 2024
1 parent 551dd02 commit eb990f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
channels:
- conda-forge
create-args: |
python=3.9
python=3.12
environment-name: ZCollection
environment-file: conda/environment.yml

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
channels:
- conda-forge
create-args: |
python=3.9
python=3.12
environment-name: ZCollection
environment-file: conda/environment.yml

Expand Down

0 comments on commit eb990f9

Please sign in to comment.