Skip to content

Commit

Permalink
Fix CI for Python 3.7 removal from Ubuntu 24.04
Browse files Browse the repository at this point in the history
Test Python 3.7 in Ubuntu 20.04 instead, where 3.6 has also been tested.
  • Loading branch information
yoda-vid committed Jan 9, 2025
1 parent 2e8f499 commit 9ce884d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
exclude:
- os: ubuntu-latest
python-version: 3.6
- os: ubuntu-latest
python-version: 3.7
- os: macos-13
python-version: 3.10
- os: macos-13
Expand All @@ -49,6 +51,12 @@ jobs:
- os: ubuntu-20.04
python-version: 3.6
dependencies: fresh
- os: ubuntu-20.04
python-version: 3.7
dependencies: pinned
- os: ubuntu-20.04
python-version: 3.7
dependencies: fresh

env:
# set requirements path based on Python version
Expand Down

0 comments on commit 9ce884d

Please sign in to comment.