Fix python_requires to support all versions of 3.7 #537

Merged
witten merged 1 commits from satwell/borgmatic:master into master 2022-05-26 15:51:49 +00:00
1 changed files with 1 additions and 1 deletions

View File

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