diff --git a/setup.py b/setup.py index 694ce29..1ae4796 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def _get_long_description(): ], extras_require={ 'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'], - 'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'], + 'tests': ['pytest', 'coverage <8', 'pytest-cov', 'coveralls'], }, package_data={"csaps": ["py.typed"]}, url='https://github.com/espdev/csaps',