From 40fa7b091dbc66a34c6e4155476752ca4ca920c3 Mon Sep 17 00:00:00 2001 From: staticdev Date: Tue, 19 Jan 2021 20:39:44 +0100 Subject: [PATCH] Add python 3.9 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b6fb0f1..0bc80f0 100644 --- a/setup.py +++ b/setup.py @@ -44,5 +44,6 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], )