1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-21 03:21:56 +02:00

setup.py: denote that Python 3.10 works

I have been using Python 3.10 for months, and already added it to
the CI builds.
This commit is contained in:
2022-01-29 16:07:47 +03:00
parent 490701f244
commit 8ee5e2e306

@ -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",
],