From: Jeremy Stanley Date: Tue, 7 Jan 2020 00:45:35 +0000 (+0000) Subject: Indicate support for Python 3.9 X-Git-Tag: 0.2.0~13 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=ed4aaf2c7bbf86de6bec83bb33fd2fbf740cebc3 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. --- 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