Skip to content

Commit 69870a2

Browse files
Use older ubuntu to get Python 3.7
1 parent 5bc9504 commit 69870a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pythonpackage.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
os: [ubuntu-latest]
16+
experimental: [false]
1517
include:
16-
- experimental: false
18+
- python-version: "3.7"
19+
os: ubuntu-22.04
1720
continue-on-error: ${{ matrix.experimental }}
1821

1922
steps:

0 commit comments

Comments
 (0)