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:
parent
43d6b8a5fc
commit
3185f445c9
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue