[REF] set correct classifiers regarding python version. (same versions as in gitlab-ci.yml file)

This commit is contained in:
Sylvain LE GAL 2024-08-29 01:22:55 +02:00 committed by Rémy Taymans
parent c6b3fe24cb
commit 84a7ab1ca8

View File

@ -16,10 +16,10 @@ classifiers = [
"Intended Audience :: Developers",
"Development Status :: 4 - Beta",
"Operating System :: Unix",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Odoo",
]