Drop Python 3.6/7 support

Support for Python 3.6 and 3.7 was removed some time ago and these
versions have been untested.

Change-Id: I0e340989d797de26815c0945ce99767641c904b6
This commit is contained in:
Takashi Kajinami 2024-09-21 18:07:38 +09:00
parent ba53e21de7
commit d49179b857
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Support for Python 3.6 and 3.7 is removed. Now the minimum supported python
version is 3.8.

View File

@ -6,7 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://www.openstack.org/
python-requires = >=3.6
python-requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -15,8 +15,10 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython