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 b5f2a9a commit c330acdCopy full SHA for c330acd
repo_helper.yml
@@ -76,3 +76,5 @@ tox_testenv_extras: all
76
min_coverage: 95
77
mypy_version: "0.800"
78
docs_fail_on_warning: true
79
+
80
+requires_python: 3.6
setup.cfg
@@ -37,7 +37,7 @@ classifiers =
37
Typing :: Typed
38
39
[options]
40
-python_requires = >=3.6.1
+python_requires = >=3.6
41
zip_safe = False
42
include_package_data = True
43
packages = find:
0 commit comments