@@ -144,7 +144,7 @@ envlist =
144
144
python-framework_pyramid-{py37,py38,py39,py310,py311,py312,py313,pypy310}-Pyramid0110-cornice,
145
145
python-framework_sanic-{py37,py38}-sanic2406,
146
146
python-framework_sanic-{py39,py310,py311,py312,py313,pypy310}-saniclatest,
147
- python-framework_sanic-{py38,pypy310}-sanic{200904,210300,2109, 2112,2203 ,2290},
147
+ python-framework_sanic-{py38,pypy310}-sanic{201207, 2112,2290},
148
148
python-framework_starlette-{py310,pypy310}-starlette{0014,0015,0019,0028},
149
149
python-framework_starlette-{py37,py38,py39,py310,py311,py312,py313,pypy310}-starlettelatest,
150
150
python-framework_starlette-{py37,py38}-starlette002001,
@@ -376,18 +376,14 @@ deps =
376
376
framework_pyramid: routes
377
377
framework_pyramid-cornice: cornice!=5.0.0
378
378
framework_pyramid-Pyramidlatest: Pyramid
379
- framework_sanic-sanic200904: sanic<20.9.5
380
- framework_sanic-sanic210300: sanic<21.3.1
381
- framework_sanic-sanic2109: sanic<21.10
379
+ framework_sanic-sanic201207: sanic<20.12.8
382
380
framework_sanic-sanic2112: sanic<21.13
383
- framework_sanic-sanic2203: sanic<22.4
384
381
framework_sanic-sanic2290: sanic<22.9.1
385
382
framework_sanic-sanic2406: sanic<24.07
386
383
framework_sanic-saniclatest: sanic
387
- ; Pin this temporarily since there is a bug in v1.1.2 in inspector.py, line 119
384
+ ; This is the last version of tracerite that supports Python 3.7
388
385
framework_sanic-sanic2406: tracerite<1.1.2
389
- framework_sanic-saniclatest: tracerite<1.1.2
390
- framework_sanic-sanic{200904,210300,2109,2112,2203,2290}: websockets<11
386
+ framework_sanic-sanic{201207,2112,2290}: websockets<11
391
387
; For test_exception_in_middleware test, anyio is used:
392
388
; https://github.com/encode/starlette/pull/1157
393
389
; but anyiolatest creates breaking changes to our tests
0 commit comments