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 61f8839 commit 2b08cc3Copy full SHA for 2b08cc3
1 file changed
tests/requirements.txt
@@ -34,7 +34,7 @@ responses<=0.17.0
34
# Sanic is not installable on 3.13 because `httptools, uvloop` dependencies fail to compile:
35
# `too few arguments to function ‘_PyLong_AsByteArray’`
36
sanic<=24.6.0; python_version < "3.9"
37
-sanic>=19.9.0; python_version >= "3.9" and python_version < "3.13"
+sanic>=19.9.0; python_version >= "3.9" #and python_version <= "3.13"
38
sanic-testing>=24.6.0; python_version < "3.13"
39
spyne>=2.14.0; python_version < "3.12"
40
sqlalchemy>=2.0.0
0 commit comments