Skip to content

Commit

Permalink
CI: fix tests on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh committed Jun 28, 2024
1 parent fd9ecef commit d324fad
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.4.10", "flake8>=4,<5"] + tests_require
Expand Down

0 comments on commit d324fad

Please sign in to comment.