python 3.6 is also supported

This commit is contained in:
Lex Berezhny 2018-07-24 04:02:53 -04:00
parent 25046124c0
commit c2a9027c19

View file

@ -27,7 +27,7 @@ setup(
),
packages=find_packages(exclude=('tests',)),
include_package_data=True,
python_requires='>=3.7',
python_requires='>=3.6',
install_requires=(
'twisted',
'ecdsa',