CI: fix tests on Python 3.13 (#1562)

This commit is contained in:
Dulmandakh 2024-07-01 23:03:49 +08:00 committed by GitHub
parent d53a102b08
commit dc3b2e49c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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