Remove py26 from contributing docs (#1439)

Python 2.6 is not supported anymore with version 0.11.0
This commit is contained in:
Manuel Jeckelmann 2016-12-19 23:54:43 +01:00 committed by Stefan Wójcik
parent 553f496d84
commit 57c2e867d8

View File

@ -20,7 +20,7 @@ post to the `user group <http://groups.google.com/group/mongoengine-users>`
Supported Interpreters
----------------------
MongoEngine supports CPython 2.6 and newer. Language
MongoEngine supports CPython 2.7 and newer. Language
features not supported by all interpreters can not be used.
Please also ensure that your code is properly converted by
`2to3 <http://docs.python.org/library/2to3.html>`_ for Python 3 support.