Skip to content

Commit

Permalink
Ensure Python 3.7 tests are run on an older ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 18, 2024
1 parent d1e1130 commit 5a6036a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
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']
include:
- python-version: '3.5'
os: 'ubuntu-20.04'
pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
- python-version: '3.6'
os: 'ubuntu-20.04'
- python-version: '3.7'
os: 'ubuntu-22.04'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a6036a

Please sign in to comment.