Adding missing Python 3.9 category

This commit is contained in:
Jacob Alexander 2020-11-20 13:02:54 -08:00
parent 50d3a8e964
commit d6e73c8d75
Failed to generate hash of commit

View file

@ -231,6 +231,7 @@ setup(
'Programming Language :: Cython',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Communications'],
)