setup.py: denote that Python 3.10 works
continuous-integration/drone/push Build is passing Details

I have been using Python 3.10 for months, and already added it to
the CI builds.
This commit is contained in:
Alan Orth 2022-01-29 16:07:47 +03:00
parent 490701f244
commit 8ee5e2e306
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],