From bfdf48edfa65edc8027aaf2d4472f411a17be4b1 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 13 Nov 2019 08:21:45 -0800 Subject: [PATCH] PYTHON-2009 Add Python 3.8 to trove classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d116b02ec..68d9c3e89 100755 --- a/setup.py +++ b/setup.py @@ -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"],