Skip to content

Commit

Permalink
Include old Python versions separately
Browse files Browse the repository at this point in the history
  • Loading branch information
kvid committed Jan 16, 2025
1 parent 1cbcb9b commit 033cb54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
# ubuntu-22.04 is required to support Python 3.7-3.12
# ubuntu-24.04 is better when Python 3.9-3.12 is enough
# More details: https://github.com/actions/runner-images/issues/10636
os: [ubuntu-22.04, ubuntu-24.04]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: ubuntu-24.04
os: [ubuntu-24.04]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-22.04
python-version: "3.7"
- os: ubuntu-24.04
- os: ubuntu-22.04
python-version: "3.8"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 033cb54

Please sign in to comment.