Skip to content

Commit a96973d

Browse files
authored
feat(falcon): Run test suite with Falcon 4.0.0b3 (#3644)
1 parent ce604f9 commit a96973d

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.6,py3.7}-falcon-v{1,1.4,2}
119119
{py3.6,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
@@ -429,6 +430,8 @@ deps =
429430
falcon-v1: falcon~=1.0
430431
falcon-v2: falcon~=2.0
431432
falcon-v3: falcon~=3.0
433+
# TODO: update to 4.0 stable when out
434+
falcon-v4: falcon==4.0.0b3
432435
falcon-latest: falcon
433436

434437
# FastAPI

0 commit comments

Comments
 (0)