Skip to content

Commit c330acd

Browse files
committed
Relax minimum required Python version.
1 parent b5f2a9a commit c330acd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

repo_helper.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ tox_testenv_extras: all
7676
min_coverage: 95
7777
mypy_version: "0.800"
7878
docs_fail_on_warning: true
79+
80+
requires_python: 3.6

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers =
3737
Typing :: Typed
3838

3939
[options]
40-
python_requires = >=3.6.1
40+
python_requires = >=3.6
4141
zip_safe = False
4242
include_package_data = True
4343
packages = find:

0 commit comments

Comments
 (0)