Skip to content

Commit

Permalink
Updated python version minimum requirement from 3.8 to 3.9 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Feb 22, 2024
1 parent dbf95f2 commit 8069487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8.18
python-version: 3.9
- uses: s-weigand/setup-conda@v1
with:
activate-conda: true
python-version: 3.8
python-version: 3.9
- run: conda --version
- run: which python
- name: Run installation.
Expand Down

0 comments on commit 8069487

Please sign in to comment.