Fix python_requires to support all versions of 3.7 (#537).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/537
This commit is contained in:
commit
691ec96909
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -37,5 +37,5 @@ setup(
|
|||
'colorama>=0.4.1,<0.5',
|
||||
),
|
||||
include_package_data=True,
|
||||
python_requires='>3.7.0',
|
||||
python_requires='>=3.7',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue