Skip to content

Commit a0589d5

Browse files
committed
Add latest flask 2.x release to CI runs
1 parent 02b2f63 commit a0589d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py37,py38,py39,py310,py311,py312,pypy3.9,flask21,mypy,coverage,style,docs
7+
envlist = py37,py38,py39,py310,py311,py312,pypy3.9,flask21,flask2x,mypy,coverage,style,docs
88

99
[testenv]
1010
commands =
@@ -15,6 +15,8 @@ deps =
1515
python-dateutil
1616
flask21: Flask>=2.1,<2.2
1717
flask21: Werkzeug>=2,<3
18+
flask2x: Flask<3.0
19+
flask2x: Werkzeug>=2,<3
1820

1921
[testenv:mypy]
2022
commands =

0 commit comments

Comments
 (0)