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 58829b0 commit 966c779Copy full SHA for 966c779
.github/workflows/tests.yaml
@@ -23,9 +23,6 @@ jobs:
23
toxenv:
24
- "pep8"
25
include:
26
- - python-version: "3.6"
27
- os: ubuntu-20.04
28
- toxenv: py36
29
- python-version: "3.7"
30
os: ubuntu-20.04
31
toxenv: py37
pyproject.toml
@@ -36,7 +36,6 @@ classifiers = [
36
"Programming Language :: Python",
37
"Programming Language :: Python :: Implementation :: CPython",
38
"Programming Language :: Python :: Implementation :: PyPy",
39
- "Programming Language :: Python :: 3.6",
40
"Programming Language :: Python :: 3.7",
41
"Programming Language :: Python :: 3.8",
42
"Programming Language :: Python :: 3.9",
0 commit comments