We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13e704 commit c225e2aCopy full SHA for c225e2a
.github/workflows/tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
- { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 }
26
- { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 }
27
- { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 }
28
- - { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 }
+ - { name: "3.7", python: "3.7", os: ubuntu-22.04, tox: py37 }
29
- { name: "PyPy3", python: "pypy-3.9", os: ubuntu-latest, tox: pypy3 }
30
steps:
31
- uses: actions/checkout@v4
0 commit comments