Skip to content

Commit 740c174

Browse files
committed
Relax minimum required Python version.
1 parent b13986a commit 740c174

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
@@ -37,3 +37,5 @@ classifiers:
3737
- 'Environment :: Console'
3838
- 'Framework :: Flake8'
3939
- 'Intended Audience :: Developers'
40+
41+
requires_python: 3.6

setup.cfg

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

3838
[options]
39-
python_requires = >=3.6.1
39+
python_requires = >=3.6
4040
zip_safe = False
4141
include_package_data = True
4242
packages = find:

0 commit comments

Comments
 (0)