Skip to content

Commit 4f8860e

Browse files
Update sanic versions (#1415)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 1037701 commit 4f8860e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tox.ini

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ envlist =
144144
python-framework_pyramid-{py37,py38,py39,py310,py311,py312,py313,pypy310}-Pyramid0110-cornice,
145145
python-framework_sanic-{py37,py38}-sanic2406,
146146
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},
148148
python-framework_starlette-{py310,pypy310}-starlette{0014,0015,0019,0028},
149149
python-framework_starlette-{py37,py38,py39,py310,py311,py312,py313,pypy310}-starlettelatest,
150150
python-framework_starlette-{py37,py38}-starlette002001,
@@ -376,18 +376,14 @@ deps =
376376
framework_pyramid: routes
377377
framework_pyramid-cornice: cornice!=5.0.0
378378
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
382380
framework_sanic-sanic2112: sanic<21.13
383-
framework_sanic-sanic2203: sanic<22.4
384381
framework_sanic-sanic2290: sanic<22.9.1
385382
framework_sanic-sanic2406: sanic<24.07
386383
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
388385
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
391387
; For test_exception_in_middleware test, anyio is used:
392388
; https://github.com/encode/starlette/pull/1157
393389
; but anyiolatest creates breaking changes to our tests

0 commit comments

Comments
 (0)