Fix python_requires to support all versions of 3.7 (#537).

Reviewed-on: borgmatic-collective/borgmatic#537
This commit is contained in:
Dan Helfman 2022-05-26 15:51:46 +00:00
commit 691ec96909
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ setup(
'colorama>=0.4.1,<0.5',
),
include_package_data=True,
python_requires='>3.7.0',
python_requires='>=3.7',
)