Skip to content

Commit

Permalink
Pin Werkzeug version for Flask 0.x (#376)
Browse files Browse the repository at this point in the history
On May 11, 2021, Werkzeug released a new 2.x version that are not compatible with Flask 0.x
  • Loading branch information
bxsx authored May 20, 2021
1 parent 132d5c9 commit 6824d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
framework:
- FLASK_VERSION=0.10.1
- FLASK_VERSION=0.11.1
- FLASK_VERSION=0.12.4
- FLASK_VERSION=0.10.1 Werkzeug\>=0.7,\<1.0
- FLASK_VERSION=0.11.1 Werkzeug\>=0.7,\<1.0
- FLASK_VERSION=0.12.4 Werkzeug\>=0.7,\<1.0
- FLASK_VERSION=1.0.2
- TWISTED_VERSION=15.5.0 treq==15.1.0 zope.interface==4.1.3
- TWISTED_VERSION=16.1.0 treq==16.12.0 zope.interface==4.1.3
Expand Down

0 comments on commit 6824d25

Please sign in to comment.