From ed4aaf2c7bbf86de6bec83bb33fd2fbf740cebc3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 7 Jan 2020 00:45:35 +0000 Subject: [PATCH] Indicate support for Python 3.9 Python 3.9 is well into its second alpha, is a recognized trove classifier on PyPI, and all mudpy changes are being successfully tested against it. Add the classifier to our package metadata to reflect this. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ee2193e..88ee20a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,7 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: 3 :: Only Topic :: Communications Topic :: Communications :: BBS -- 2.11.0