We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f969b4 commit 0740f06Copy full SHA for 0740f06
tests/requirements.txt
@@ -30,7 +30,8 @@ requests-mock
30
responses<=0.17.0
31
# Sanic is not installable on 3.13 because `httptools, uvloop` dependencies fail to compile:
32
# `too few arguments to function ‘_PyLong_AsByteArray’`
33
-sanic>=19.9.0; python_version < "3.13"
+sanic<=24.6.0; python_version < "3.9"
34
+sanic>=19.9.0; python_version >= "3.9" and python_version < "3.13"
35
sanic-testing>=24.6.0; python_version < "3.13"
36
starlette>=0.38.2; python_version == "3.13"
37
sqlalchemy>=2.0.0
0 commit comments