From e5d01fcac81ec58d10bb9cf1610f9404150783cf Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Wed, 30 Mar 2022 12:25:51 +0200 Subject: [PATCH] fix(tests): added Falcon 3.0 and 3.1 to test suite. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bd17e7fe58..4ccaf993d5 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ envlist = {pypy,py2.7,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10}-bottle-0.12 {pypy,py2.7,py3.5,py3.6,py3.7}-falcon-1.4 - {pypy,py2.7,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10}-falcon-2.0 + {pypy,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10}-falcon-{2.0,3.0,3.1} {py3.5,py3.6,py3.7}-sanic-{0.8,18} {py3.6,py3.7}-sanic-19 @@ -133,6 +133,8 @@ deps = falcon-1.4: falcon>=1.4,<1.5 falcon-2.0: falcon>=2.0.0rc3,<3.0 + falcon-3.0: falcon>=3.0.0,<3.1.0 + falcon-3.1: falcon>=3.1.0,<3.2.0 sanic-0.8: sanic>=0.8,<0.9 sanic-18: sanic>=18.0,<19.0