We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce604f9 commit a6e9190Copy full SHA for a6e9190
tox.ini
@@ -117,6 +117,7 @@ envlist =
117
# Falcon
118
{py3.6,py3.7}-falcon-v{1,1.4,2}
119
{py3.6,py3.11,py3.12}-falcon-v{3}
120
+ {py3.8,py3.11,py3.12}-falcon-v{4}
121
{py3.7,py3.11,py3.12}-falcon-latest
122
123
# FastAPI
@@ -429,6 +430,8 @@ deps =
429
430
falcon-v1: falcon~=1.0
431
falcon-v2: falcon~=2.0
432
falcon-v3: falcon~=3.0
433
+ # TODO: update to 4.0 stable when out
434
+ falcon-v4: falcon==4.0.0rc3
435
falcon-latest: falcon
436
437
0 commit comments