Skip to content

Commit f01d73e

Browse files
committed
.
1 parent acf5390 commit f01d73e

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

scripts/populate_tox/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@
264264
"py3.6": ["aiocontextvars==0.2.1"],
265265
"py3.8": ["tracerite<1.1.2"],
266266
},
267-
# some versions of sanic are plain untestable because no sanic_testing
268-
# version can be installed alongside due to dependency conflicts
269-
"include": "!=20.*",
270267
},
271268
"spark": {
272269
"package": "pyspark",

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-17T11:44:37.055296+00:00
13+
# Last generated: 2025-09-17T11:56:56.520051+00:00
1414

1515
[tox]
1616
requires =
@@ -298,8 +298,8 @@ envlist =
298298
{py3.9,py3.12,py3.13}-quart-v0.20.0
299299

300300
{py3.6}-sanic-v0.8.3
301-
{py3.6,py3.7}-sanic-v19.12.5
302-
{py3.7,py3.10,py3.11}-sanic-v22.12.0
301+
{py3.6,py3.8,py3.9}-sanic-v20.12.7
302+
{py3.8,py3.10,py3.11}-sanic-v23.12.2
303303
{py3.9,py3.12,py3.13}-sanic-v25.3.0
304304

305305
{py3.8,py3.10,py3.11}-starlite-v1.48.1
@@ -773,12 +773,12 @@ deps =
773773
{py3.8}-quart: taskgroup==0.0.0a4
774774

775775
sanic-v0.8.3: sanic==0.8.3
776-
sanic-v19.12.5: sanic==19.12.5
777-
sanic-v22.12.0: sanic==22.12.0
776+
sanic-v20.12.7: sanic==20.12.7
777+
sanic-v23.12.2: sanic==23.12.2
778778
sanic-v25.3.0: sanic==25.3.0
779779
sanic: websockets<11.0
780780
sanic: aiohttp
781-
sanic-v22.12.0: sanic-testing
781+
sanic-v23.12.2: sanic-testing
782782
sanic-v25.3.0: sanic-testing
783783
{py3.6}-sanic: aiocontextvars==0.2.1
784784
{py3.8}-sanic: tracerite<1.1.2

0 commit comments

Comments
 (0)