Skip to content

Commit 51e8bd2

Browse files
committed
Set min python version to 3.6.1
1 parent ff6f0e6 commit 51e8bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
39+
python_requires = >=3.6.1
4040
zip_safe = False
4141
include_package_data = True
4242
packages = find:

0 commit comments

Comments
 (0)