Skip to content

Commit 5a6036a

Browse files
committed
Ensure Python 3.7 tests are run on an older ubuntu version
1 parent d1e1130 commit 5a6036a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313
os: ['ubuntu-latest']
1414
include:
1515
- python-version: '3.5'
1616
os: 'ubuntu-20.04'
1717
pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
1818
- python-version: '3.6'
1919
os: 'ubuntu-20.04'
20+
- python-version: '3.7'
21+
os: 'ubuntu-22.04'
2022

2123
steps:
2224
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)