remove tests and docs for python 2.6 and 3.3

This commit is contained in:
David Lord 2017-12-14 13:05:52 -08:00
parent 27a7171d42
commit 28d0f66c1f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
8 changed files with 11 additions and 51 deletions

View file

@ -8,6 +8,7 @@ Version 0.13
Major release, unreleased
- **Python 2.6 and 3.3 are no longer supported.** (`pallets/meta#24`_)
- Minimum Werkzeug version bumped to 0.9, but please use the latest version.
- Minimum Click version bumped to 4, but please use the latest version.
- Make ``app.run()`` into a noop if a Flask application is run from the
@ -115,6 +116,7 @@ Major release, unreleased
- Blueprint view function name may not contain dots. (`#2450`_)
- The dev server now uses threads by default.
.. _pallets/meta#24: https://github.com/pallets/meta/issues/24
.. _#1421: https://github.com/pallets/flask/issues/1421
.. _#1489: https://github.com/pallets/flask/pull/1489
.. _#1621: https://github.com/pallets/flask/pull/1621