From d7ff60536dd28154ead66d825cd025c7250e9dcb Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sat, 19 Dec 2020 00:46:48 -0500 Subject: [PATCH] Add Python 3.9 to PyPI classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e46ffa82..fb220d90 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy',