Remove support for Python < 3.8
... to be aligned with the global tested runtimes. Change-Id: I367a59ad11c3d912fc522841e9e3e8e881333de3
This commit is contained in:
parent
76173d84d6
commit
b09730422e
@ -6,7 +6,7 @@ summary = Collect and cache metadata, run hooks on changes.
|
||||
description_file =
|
||||
README.rst
|
||||
home_page = https://opendev.org/openstack/os-collect-config
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.8
|
||||
classifier =
|
||||
Development Status :: 4 - Beta
|
||||
Environment :: Console
|
||||
@ -18,11 +18,10 @@ classifier =
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
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
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user