From 43724e40b2871d8ca97b437a97ff6d2db01d8001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Sat, 25 Apr 2020 14:16:56 +0200 Subject: [PATCH] improve doc related to dropping Py2 support --- CONTRIBUTING.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d939e2ee..4afcd69e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -20,7 +20,7 @@ post to the `user group ` Supported Interpreters ---------------------- -MongoEngine supports CPython 3.7 and newer as well as Pypy3. +MongoEngine supports CPython 3.5 and newer as well as Pypy3. Language features not supported by all interpreters can not be used. Python3 codebase diff --git a/setup.py b/setup.py index b6c8ea64..4d63b5b2 100644 --- a/setup.py +++ b/setup.py @@ -97,11 +97,11 @@ CLASSIFIERS = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Database",