Skip to content

Commit 9826f6c

Browse files
committed
properly update starlette versions in tox
1 parent 5796f85 commit 9826f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ envlist =
207207

208208
# Starlette
209209
{py3.7,py3.10}-starlette-v{0.19}
210-
{py3.7,py3.11}-starlette-v{0.20,0.24,0.28}
211-
{py3.8,py3.11,py3.12}-starlette-v{0.32}
210+
{py3.7,py3.11}-starlette-v{0.24,0.28}
211+
{py3.8,py3.11,py3.12}-starlette-v{0.32,0.36}
212212
{py3.8,py3.11,py3.12}-starlette-latest
213213

214214
# Starlite

0 commit comments

Comments
 (0)