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 5dffa6db53
commit 2c7a1ffa71
8 changed files with 11 additions and 51 deletions

View file

@ -383,7 +383,7 @@ extension to be approved you have to follow these guidelines:
(``PackageName==dev``).
9. The ``zip_safe`` flag in the setup script must be set to ``False``,
even if the extension would be safe for zipping.
10. An extension currently has to support Python 2.7, Python 3.3 and higher.
10. An extension currently has to support Python 3.4 and newer and 2.7.