Merge "Drop support for Python 3.8"

This commit is contained in:
Zuul 2024-09-12 16:28:24 +00:00 committed by Gerrit Code Review
commit e60ca0f898
3 changed files with 9 additions and 6 deletions

View File

@ -18,8 +18,8 @@
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
- job:
name: osc-tox-py38-tips
parent: openstack-tox-py38
name: osc-tox-py39-tips
parent: openstack-tox-py39
description: |
Run unit tests for OpenStackClient with master branch of important libs.
@ -201,11 +201,11 @@
name: osc-tox-unit-tips
check:
jobs:
- osc-tox-py38-tips
- osc-tox-py39-tips
- osc-tox-py312-tips
gate:
jobs:
- osc-tox-py38-tips
- osc-tox-py39-tips
- osc-tox-py312-tips
- project:

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Support for Python 3.8 has been dropped.

View File

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