From 2cf05a936862018f29d5a4e801aff959ec555467 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 24 Aug 2020 09:26:22 +0200 Subject: [PATCH] Add 3.9 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1bb0475b..ae012aa3 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,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 :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",