Blob Blame History Raw
diff -up coveralls-python-3.3.1/setup.py.cov7 coveralls-python-3.3.1/setup.py
--- coveralls-python-3.3.1/setup.py.cov7	2022-12-31 11:22:09.942511299 -0500
+++ coveralls-python-3.3.1/setup.py	2022-12-31 11:22:21.689624655 -0500
@@ -34,7 +34,7 @@ setup(
     },
     python_requires='>= 3.5',
     install_requires=[
-        'coverage>=4.1,<7.0,!=6.0.*,!=6.1,!=6.1.1',
+        'coverage>=4.1,<8.0,!=6.0.*,!=6.1,!=6.1.1',
         'docopt>=0.6.1',
         'requests>=1.0.0',
     ],