Remove support for Python < 3.8

... to be aligned with the global tested runtimes.

Change-Id: I0e82b1d3699960b42bb5b146963f1892566e9179
This commit is contained in:
Takashi Kajinami 2023-11-27 21:13:39 +09:00
parent 812905b54b
commit 1ec9943720

View File

@ -6,7 +6,7 @@ summary = Refresh system configuration
description-file =
README.rst
home-page = http://opendev.org/openstack/os-refresh-config
python-requires = >=3.6
python-requires = >=3.8
classifier =
Development Status :: 4 - Beta
Environment :: Console
@ -19,11 +19,10 @@ classifier =
Programming Language :: Python :: Implementation :: CPython
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 =