@@ -131,7 +131,8 @@ envlist =
131131 python-framework_cherrypy-{py37,py38,py39,py310,py311,py312,py313,pypy310}-CherryPylatest,
132132 python-framework_django-{py37,py38,py39,py310,py311,py312,py313}-Djangolatest,
133133 python-framework_django-{py39}-Django{0202,0300,0301,0302,0401},
134- python-framework_falcon-{py37,py38,py39,py310,py311,py312,py313,pypy310}-falconlatest,
134+ python-framework_falcon-{py39,py310,py311,py312,py313,pypy310}-falconlatest,
135+ python-framework_falcon-{py37,py38}-falcon0410,
135136 python-framework_falcon-{py39,py310,py311,py312,py313,pypy310}-falconmaster,
136137 python-framework_fastapi-{py37,py38,py39,py310,py311,py312,py313},
137138 python-framework_flask-py37-flask020205,
@@ -149,7 +150,7 @@ envlist =
149150 python-framework_pyramid-{py37,py38,py39,py310,py311,py312,py313,pypy310}-Pyramid0110-cornice,
150151 python-framework_sanic-{py37,py38}-sanic2406,
151152 python-framework_sanic-{py39,py310,py311,py312,py313,pypy310}-saniclatest,
152- python-framework_sanic-{py38,pypy310}-sanic{201207,2112,2290} ,
153+ python-framework_sanic-{py38,pypy310}-sanic2290 ,
153154 python-framework_starlette-{py310,pypy310}-starlette{0014,0015,0019,0028},
154155 python-framework_starlette-{py37,py38,py39,py310,py311,py312,py313,pypy310}-starlettelatest,
155156 python-framework_starlette-{py37,py38}-starlette002001,
@@ -354,7 +355,7 @@ deps =
354355 framework_django-Django0401: Django<4.2
355356 framework_django-Djangolatest: Django
356357 framework_django-Djangomaster: https://github.com/django/django/archive/main.zip
357- framework_falcon-falcon0300 : falcon<3.1
358+ framework_falcon-falcon0410 : falcon<4.2
358359 framework_falcon-falconlatest: falcon
359360 framework_falcon-falconmaster: https://github.com/falconry/falcon/archive/master.zip
360361 framework_fastapi: fastapi
@@ -386,14 +387,12 @@ deps =
386387 framework_pyramid: routes
387388 framework_pyramid-cornice: cornice!=5.0.0
388389 framework_pyramid-Pyramidlatest: Pyramid
389- framework_sanic-sanic201207: sanic<20.12.8
390- framework_sanic-sanic2112: sanic<21.13
391390 framework_sanic-sanic2290: sanic<22.9.1
392391 framework_sanic-sanic2406: sanic<24.07
393392 framework_sanic-saniclatest: sanic
394- ; This is the last version of tracerite that supports Python 3.7
395- framework_sanic-sanic2406 : tracerite<1.1.2
396- framework_sanic-sanic{201207,2112,2290} : websockets<11
393+ ; This is the last version of tracerite that supports Python 3.8
394+ framework_sanic-sanic{2290,2406} : tracerite<1.1.2
395+ framework_sanic-sanic2290 : websockets<11
397396 ; For test_exception_in_middleware test, anyio is used:
398397 ; https://github.com/encode/starlette/pull/1157
399398 ; but anyiolatest creates breaking changes to our tests
0 commit comments