Drop Python 2.6 minimum requirement for extensions

Python 2.6 is not supported by python-dev anymore and does not get any
security updates. Even though Flask supports 2.6 at the moment, I think
it's not necessary for any extensions that are going to be approved in
the future to support 2.6.
This commit is contained in:
Daniel Neuhäuser 2014-04-26 02:04:21 +02:00 committed by Markus Unterwaditzer
parent 43d6b8a5fc
commit 3185f445c9

View file

@ -386,8 +386,7 @@ extension to be approved you have to follow these guidelines:
themes for Sphinx documentation.
8. The ``zip_safe`` flag in the setup script must be set to ``False``,
even if the extension would be safe for zipping.
9. An extension currently has to support Python 2.6 as well as
Python 2.7
9. An extension currently has to support Python 2.7.
.. _ext-import-transition: