setup.cfg: Declare support for Python 3.9

This commit is contained in:
Christian Clauss 2021-03-03 14:23:53 +00:00
parent 6de8252c03
commit 309b331732

View file

@ -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