From d324fadfa743de521be86f47e0d42f5d4c35045d Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Fri, 28 Jun 2024 21:11:36 +0800 Subject: [PATCH] CI: fix tests on Python 3.13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72377c7e..85aa8794 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ tests_require = [ "pytest-mock>=3,<4", "pytest-asyncio>=0.16,<2", "snapshottest>=0.6,<1", - "coveralls>=4,<5", + "coveralls>=3.3,<5", ] dev_requires = ["ruff==0.4.10", "flake8>=4,<5"] + tests_require