Skip to content

Commit 0740f06

Browse files
committed
sanic: remove 3.8 support for latest versions
Signed-off-by: Varsha GS <[email protected]>
1 parent 7f969b4 commit 0740f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ requests-mock
3030
responses<=0.17.0
3131
# Sanic is not installable on 3.13 because `httptools, uvloop` dependencies fail to compile:
3232
# `too few arguments to function ‘_PyLong_AsByteArray’`
33-
sanic>=19.9.0; python_version < "3.13"
33+
sanic<=24.6.0; python_version < "3.9"
34+
sanic>=19.9.0; python_version >= "3.9" and python_version < "3.13"
3435
sanic-testing>=24.6.0; python_version < "3.13"
3536
starlette>=0.38.2; python_version == "3.13"
3637
sqlalchemy>=2.0.0

0 commit comments

Comments
 (0)