From dc3b2e49c116bd6ed54a977291b0f04b51fc9306 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Mon, 1 Jul 2024 23:03:49 +0800 Subject: [PATCH] CI: fix tests on Python 3.13 (#1562) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f949a7d..6c589dcb 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.5.0"] + tests_require