Skip to content

Commit c225e2a

Browse files
committed
fix github actions for 3.7
1 parent b13e704 commit c225e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 }
2626
- { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 }
2727
- { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 }
28-
- { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 }
28+
- { name: "3.7", python: "3.7", os: ubuntu-22.04, tox: py37 }
2929
- { name: "PyPy3", python: "pypy-3.9", os: ubuntu-latest, tox: pypy3 }
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)