Skip to content

Commit 94f06e6

Browse files
committed
Merge branch 'master' into potel-base
2 parents 1c72747 + a96973d commit 94f06e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ envlist =
117117
# Falcon
118118
{py3.7}-falcon-v{1,1.4,2}
119119
{py3.7,py3.11,py3.12}-falcon-v{3}
120+
{py3.8,py3.11,py3.12}-falcon-v{4}
120121
{py3.7,py3.11,py3.12}-falcon-latest
121122

122123
# FastAPI
@@ -427,6 +428,8 @@ deps =
427428
falcon-v1: falcon~=1.0
428429
falcon-v2: falcon~=2.0
429430
falcon-v3: falcon~=3.0
431+
# TODO: update to 4.0 stable when out
432+
falcon-v4: falcon==4.0.0b3
430433
falcon-latest: falcon
431434

432435
# FastAPI

0 commit comments

Comments
 (0)