Skip to content

Commit d5327e9

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .github/workflows/pythonpackage.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ 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
21+
experimental: false
1722
continue-on-error: ${{ matrix.experimental }}
1823

1924
steps:

0 commit comments

Comments
 (0)