From 412186cea9e7638b61da997f773afa4b9762933c Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 6 Oct 2020 15:15:38 +0200 Subject: Add Python 3.9 classifier. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c23968b..58ffdea 100644 --- a/setup.py +++ b/setup.py @@ -96,6 +96,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', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Database', -- cgit v1.2.1