Skip to content

Commit b5ca26c

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pythonpackage.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010

1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
16+
os: [ubuntu-latest]
17+
experimental: [false]
1518
include:
16-
- experimental: false
19+
- python-version: "3.7"
20+
os: ubuntu-22.04
1721
continue-on-error: ${{ matrix.experimental }}
1822

1923
steps:

0 commit comments

Comments
 (0)