allow 3.6 for now

This commit is contained in:
Lex Berezhny 2018-11-30 10:40:03 -05:00
parent 9525bd6ca0
commit ba5fc2a627

View file

@ -48,7 +48,7 @@ setup(
'Topic :: Utilities',
],
packages=find_packages(exclude=('tests',)),
python_requires='>=3.7',
python_requires='>=3.6',
install_requires=REQUIRES,
extras_require={
'gui': (