We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a7b22 commit 24cd6faCopy full SHA for 24cd6fa
tests/conftest.py
@@ -50,8 +50,3 @@ def mock_response():
50
return httpx.Response(
51
json={'message': 'Success!'}, status_code=200, headers={"Content-Type": "application/json"}
52
)
53
-
54
55
-def test_python_3_13_compatibility():
56
- import sys
57
- assert sys.version_info >= (3, 13), "Python 3.13 or higher is required"
0 commit comments