Drop formal support for Python 3.6, 3.7

If it's not tested, it doesn't work.

Change-Id: I7b450500090bb4ea9f8849ed9bd0bed28d9f4d39
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-08-25 14:31:19 +01:00
parent d889faa0cd
commit 22c047d81d

View File

@ -10,7 +10,7 @@ project_urls =
Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/osc-lib
Documentation = https://docs.openstack.org/osc-lib/latest/
Source Code = https://opendev.org/openstack/osc-lib/
python_requires = >=3.6
python_requires = >=3.8
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
@ -20,11 +20,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
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
Programming Language :: Python :: 3 :: Only
[files]