Allow py36 in setuptools requires
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-27 13:07:18 +02:00
parent 2112fc77d4
commit b89c10a593

View File

@ -44,7 +44,7 @@ keywords =
[options]
use_scm_version = True
python_requires = >=3.8
python_requires = >=3.6
packages = find:
include_package_data = True
zip_safe = False