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 53ab889 commit 6dcee38Copy full SHA for 6dcee38
.github/workflows/tox.yml
@@ -28,9 +28,6 @@ jobs:
28
python: "3.10"
29
tox_env: "packaging"
30
31
- - name: py36
32
- python: "3.6"
33
- tox_env: py36
34
- name: py37
35
python: "3.7"
36
tox_env: py37
setup.cfg
@@ -29,7 +29,6 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -53,7 +52,7 @@ extend_ignore = E203
53
52
54
[options]
55
use_scm_version = True
56
-python_requires = >=3.6
+python_requires = >=3.7
57
package_dir =
58
= src
59
packages = find:
0 commit comments