PYTHON-2009 Add Python 3.8 to trove classifiers

This commit is contained in:
Bernie Hackett 2019-11-13 08:21:45 -08:00
parent 4cbbd85c4c
commit bfdf48edfa

View File

@ -384,6 +384,7 @@ setup(
"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"],