Allow py36 in setuptools requires
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-27 13:07:18 +02:00
parent 2112fc77d4
commit b89c10a593
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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