Browse Source

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.
pull/1220/head
Daniel Neuhäuser 11 years ago committed by Markus Unterwaditzer
parent
commit
3185f445c9
  1. 3
      docs/extensiondev.rst

3
docs/extensiondev.rst

@ -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:

Loading…
Cancel
Save