improve doc related to dropping Py2 support

This commit is contained in:
Bastien Gérard
2020-04-25 14:16:56 +02:00
parent d493f71c4e
commit 43724e40b2
2 changed files with 3 additions and 3 deletions

View File

@@ -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",