Restore Python 3.6/7 support

... so that users can try to use the version with the security fix in
older python versions if needed.

Change-Id: I7e972c388e3f4f126360cea15fd201c9f8d563d5
This commit is contained in:
Takashi Kajinami 2024-03-15 00:25:41 +09:00
parent 83e28324e1
commit aa855fc4cc
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = http://yaql.readthedocs.io
python_requires = >=3.8
python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -17,6 +17,8 @@ classifier =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
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