From 57c2e867d8c729d95eafa1f66a5b4767855af2e3 Mon Sep 17 00:00:00 2001 From: Manuel Jeckelmann Date: Mon, 19 Dec 2016 23:54:43 +0100 Subject: [PATCH] Remove py26 from contributing docs (#1439) Python 2.6 is not supported anymore with version 0.11.0 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index aeba41f7..06bf2f61 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -20,7 +20,7 @@ post to the `user group ` 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 `_ for Python 3 support.