Skip to content

Commit

Permalink
starlette
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Dec 2, 2024
1 parent c21b6ce commit 90ff658
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ envlist =

# Starlette
{py3.7,py3.10}-starlette-v{0.19}
{py3.7,py3.11}-starlette-v{0.20,0.24,0.28}
{py3.8,py3.11,py3.12}-starlette-v{0.32,0.36}
{py3.7,py3.11}-starlette-v{0.24,0.28}
{py3.8,py3.11,py3.12}-starlette-v{0.32,0.36,0.40}
{py3.8,py3.12,py3.13}-starlette-latest

# Starlite
Expand Down Expand Up @@ -668,16 +668,18 @@ deps =
starlette: pytest-asyncio
starlette: python-multipart
starlette: requests
starlette: httpx
# (this is a dependency of httpx)
starlette: anyio<4.0.0
starlette: jinja2
starlette-v{0.19,0.24,0.28,0.32,0.36}: httpx<0.28.0
starlette-v0.40: httpx
starlette-latest: httpx
starlette-v0.19: starlette~=0.19.0
starlette-v0.20: starlette~=0.20.0
starlette-v0.24: starlette~=0.24.0
starlette-v0.28: starlette~=0.28.0
starlette-v0.32: starlette~=0.32.0
starlette-v0.36: starlette~=0.36.0
starlette-v0.40: starlette~=0.40.0
starlette-latest: starlette

# Starlite
Expand Down

0 comments on commit 90ff658

Please sign in to comment.