Merge "Drop formal support for Python 3.6, 3.7"

This commit is contained in:
Zuul 2023-11-13 18:49:08 +00:00 committed by Gerrit Code Review
commit 6304b384bb
1 changed files with 1 additions and 6 deletions

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]