8000 CI: fix tests on Python 3.13 (#1562) · graphql-python/graphene@dc3b2e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc3b2e4

Browse files
authored
CI: fix tests on Python 3.13 (#1562)
1 parent d53a102 commit dc3b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run_tests(self):
5151
"pytest-mock>=3,<4",
5252
"pytest-asyncio>=0.16,<2",
5353
"snapshottest>=0.6,<1",
54-
"coveralls>=4,<5",
54+
"coveralls>=3.3,<5",
5555
]
5656

5757
dev_requires = ["ruff==0.5.0"] + tests_require

0 commit comments

Comments
 (0)
0