Skip to content

Commit

Permalink
Add latest flask 2.x release to CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Oct 3, 2023
1 parent 02b2f63 commit a0589d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

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

[testenv]
commands =
Expand All @@ -15,6 +15,8 @@ deps =
python-dateutil
flask21: Flask>=2.1,<2.2
flask21: Werkzeug>=2,<3
flask2x: Flask<3.0
flask2x: Werkzeug>=2,<3

[testenv:mypy]
commands =
Expand Down

0 comments on commit a0589d5

Please sign in to comment.