Skip to content

Commit 07cf826

Browse files
committed
Use supported Ubuntu version for Python 3.7
1 parent 07bd3f7 commit 07cf826

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/testsuite.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,18 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macOS-latest, windows-latest]
35-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
35+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
3636
include:
3737
- python-version: "pypy-3.7"
38-
os: ubuntu-latest
38+
os: ubuntu-22.04
3939
- python-version: "pypy-3.9"
4040
os: ubuntu-latest
4141
- python-version: "pypy-3.10"
4242
os: ubuntu-latest
43-
exclude:
44-
- python-version: 3.7
45-
os: macOS-latest
43+
- python-version: "3.7"
44+
os: ubuntu-22.04
45+
- python-version: "3.7"
46+
os: windows-latest
4647

4748
steps:
4849
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)