Skip to content

Commit 079acd8

Browse files
committed
Changed required python verison to >= 3.6 from ~= 3.6
1 parent 1864aa7 commit 079acd8

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
@@ -21,7 +21,7 @@ classifiers =
2121
Topic :: Software Development :: Libraries :: Python Modules
2222

2323
[options]
24-
python_requires = ~=3.6
24+
python_requires = >=3.6
2525
setup_requires =
2626
setuptools >= 40.6
2727
pip >= 10

0 commit comments

Comments
 (0)