From 150526b1ff6ed74bfa4b184fd148365721797bfe Mon Sep 17 00:00:00 2001 From: Jeremy Grossmann Date: Sun, 16 May 2021 17:44:13 +0930 Subject: [PATCH] Update setup.py Fixes #1897 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5aa3be67..7b7b2459 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", ], )