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 14d0312 commit 0edf072Copy full SHA for 0edf072
.github/workflows/tests.yml
@@ -27,17 +27,14 @@ jobs:
27
28
matrix:
29
build-opts:
30
- - {python: '3.6', tox: python3.6}
31
- - {python: '3.7', tox: python3.7}
32
- - {python: '3.8', tox: python3.8}
33
- {python: '3.9', tox: python3.9}
34
- {python: '3.10', tox: python3.10}
35
- {python: '3.11', tox: python3.11}
36
- - {python: '3.6', tox: pep8}
37
- - {python: '3.6', tox: lint}
38
- - {python: '3.6', tox: mypy}
39
- - {python: '3.6', tox: coverage}
40
- - {python: '3.6', tox: install}
+ - {python: '3.11', tox: pep8}
+ - {python: '3.11', tox: lint}
+ - {python: '3.11', tox: mypy}
+ - {python: '3.11', tox: coverage}
+ - {python: '3.11', tox: install}
41
42
steps:
43
- uses: actions/checkout@v3
0 commit comments