Skip to content

Commit

Permalink
Use older ubuntu to get Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 9, 2024
1 parent 5bc9504 commit d5327e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
experimental: [false]
include:
- experimental: false
- python-version: "3.7"
os: ubuntu-22.04
experimental: false
continue-on-error: ${{ matrix.experimental }}

steps:
Expand Down

0 comments on commit d5327e9

Please sign in to comment.