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 7f6fa16 commit f09b2e5Copy full SHA for f09b2e5
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
31
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
32
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
33
- - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
+ - {name: '3.6', python: '3.6', os: ubuntu-20.04, tox: py36}
34
steps:
35
- uses: actions/checkout@v3
36
- uses: actions/setup-python@v4
0 commit comments