1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-19 18:51:28 +02:00

setup.py: add Python 3.11 classifier

This commit is contained in:
2023-05-29 21:32:59 +03:00
parent de3387ded7
commit be609a809d

@ -25,6 +25,7 @@ setuptools.setup(
classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],