Skip to content

Commit

Permalink
CI: fix tests on Python 3.13 (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh authored Jul 1, 2024
1 parent d53a102 commit dc3b2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_tests(self):
"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
Expand Down

0 comments on commit dc3b2e4

Please sign in to comment.