Merge "Drop support for Python 3.8"

This commit is contained in:
Zuul 2024-09-12 22:25:35 +00:00 committed by Gerrit Code Review
commit ab7da8531b
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Support for Python 3.7 and 3.8 has been dropped. Python 3.7 support was
untested and known to be broken for multiple releases, while Python 3.8
is going EOL in October 2024.

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/openstacksdk/ home_page = https://docs.openstack.org/openstacksdk/
python_requires = >=3.8 python_requires = >=3.9
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -15,7 +15,6 @@ classifier =
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11

View File

@ -23,7 +23,7 @@ commands =
stestr run {posargs} stestr run {posargs}
stestr slowest stestr slowest
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}] [testenv:functional{-py39,-py310,-py311,-py312}]
description = description =
Run functional tests. Run functional tests.
# Some jobs (especially heat) takes longer, therefore increase default timeout # Some jobs (especially heat) takes longer, therefore increase default timeout