Skip to content

Commit

Permalink
Run test with Flask 3.1 except py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Nov 22, 2024
1 parent b5e8e73 commit 635d3fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ pytest
pytest-cov
pytest-mock
requests
flask~=3.0
flask~=3.1; python_version >= '3.9'
flask~=3.0; python_version < '3.9'
werkzeug

0 comments on commit 635d3fc

Please sign in to comment.