Add Python 3.9 to PyPI classifiers

This commit is contained in:
Randall Leeds 2020-12-19 00:46:48 -05:00
parent 2ad21734d4
commit d7ff60536d

View File

@ -25,6 +25,7 @@ CLASSIFIERS = [
'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',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',