Skip to content

Commit 267dc07

Browse files
committed
falcon fix
1 parent 5c05100 commit 267dc07

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"falcon": {
143143
"package": "falcon",
144144
"deps": {},
145+
"python": "<3.13",
145146
},
146147
"fastapi": {
147148
"package": "fastapi",

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ envlist =
298298
{py3.6,py3.7}-bottle-v0.12.25
299299
{py3.6,py3.8,py3.9}-bottle-v0.13.2
300300

301-
{py3.6,py3.12,py3.13}-falcon-v3.0.1
302-
{py3.6,py3.12,py3.13}-falcon-v3.1.3
303-
{py3.8,py3.12,py3.13}-falcon-v4.0.2
301+
{py3.6,py3.11,py3.12}-falcon-v3.0.1
302+
{py3.6,py3.11,py3.12}-falcon-v3.1.3
303+
{py3.8,py3.11,py3.12}-falcon-v4.0.2
304304

305305

306306

0 commit comments

Comments
 (0)