1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-25 15:18:19 +01:00

setup.py: add Python 3.11 classifier

This commit is contained in:
Alan Orth 2023-05-29 21:32:59 +03:00
parent de3387ded7
commit be609a809d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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