Browse Source

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

Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/537
Dan Helfman 3 năm trước cách đây
mục cha
commit
691ec96909
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -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',
 )
 )