From 309b331732de5fc2b6e5570bc29373b759b08a16 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 3 Mar 2021 14:23:53 +0000 Subject: [PATCH] setup.cfg: Declare support for Python 3.9 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 8f935fd..e6c68ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Quality Assurance