Skip to content

Commit 3543569

Browse files
committed
Pin sanic versions for older python versions
1 parent cda28b6 commit 3543569

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ envlist =
138138
python-framework_graphql-py37-graphql{0301,0302},
139139
python-framework_pyramid-{py37,py38,py39,py310,py311,py312,py313,pypy310}-Pyramidlatest,
140140
python-framework_pyramid-{py37,py38,py39,py310,py311,py312,py313,pypy310}-Pyramid0110-cornice,
141-
python-framework_sanic-{py37,py38,py39,py310,py311,py312,py313,pypy310}-saniclatest,
141+
python-framework_sanic-{py37,py38}-sanic2406,
142+
python-framework_sanic-{py39,py310,py311,py312,py313,pypy310}-saniclatest,
142143
python-framework_sanic-{py38,pypy310}-sanic{200904,210300,2109,2112,2203,2290},
143144
python-framework_starlette-{py310,pypy310}-starlette{0014,0015,0019,0028},
144145
python-framework_starlette-{py37,py38,py39,py310,py311,py312,py313,pypy310}-starlettelatest,
@@ -359,6 +360,7 @@ deps =
359360
framework_sanic-sanic2112: sanic<21.13
360361
framework_sanic-sanic2203: sanic<22.4
361362
framework_sanic-sanic2290: sanic<22.9.1
363+
framework_sanic-sanic2406: sanic<24.07
362364
framework_sanic-saniclatest: sanic
363365
framework_sanic-sanic{200904,210300,2109,2112,2203,2290}: websockets<11
364366
; For test_exception_in_middleware test, anyio is used:

0 commit comments

Comments
 (0)