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

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