diff --git a/setup.py b/setup.py index 21247a6..d1d52e3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ], extras_require={ 'test': [ - 'pytest>=6,<8', + 'pytest>=8,<9', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', 'pytest-xdist==3.*',