Skip to content

Commit 1aa3383

Browse files
committed
build: Remove support for sanic 19
See sanic-org/sanic#1532 (comment)
1 parent bfc7577 commit 1aa3383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ envlist =
2727
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-falcon-1.4
2828
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-falcon-2.0
2929

30-
{py3.5,py3.6,py3.7}-sanic-{0.8,18,19}
30+
{py3.5,py3.6,py3.7}-sanic-{0.8,18}
3131

3232
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3}
3333
{pypy,py2.7}-celery-3
@@ -79,7 +79,6 @@ deps =
7979

8080
sanic-0.8: sanic>=0.8,<0.9
8181
sanic-18: sanic>=18.0,<19.0
82-
sanic-19: sanic>=19.0,<20.0
8382
{py3.5,py3.6}-sanic: aiocontextvars==0.2.1
8483
sanic: aiohttp
8584

0 commit comments

Comments
 (0)