Add Python 3.10 classifier

Upon pushing to PyPI, the badge on top of the readme should
automatically update
This commit is contained in:
pylipp 2022-05-24 15:39:07 +02:00
parent 933b210f2e
commit 1754d33e4a

View File

@ -26,6 +26,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',