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:
parent
83e28324e1
commit
aa855fc4cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user