Skip to content

Commit e60ca0f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop support for Python 3.8"
2 parents c2d96c5 + 7a92bc4 commit e60ca0f

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.zuul.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
1919

2020
- job:
21-
name: osc-tox-py38-tips
22-
parent: openstack-tox-py38
21+
name: osc-tox-py39-tips
22+
parent: openstack-tox-py39
2323
description: |
2424
Run unit tests for OpenStackClient with master branch of important libs.
2525
@@ -201,11 +201,11 @@
201201
name: osc-tox-unit-tips
202202
check:
203203
jobs:
204-
- osc-tox-py38-tips
204+
- osc-tox-py39-tips
205205
- osc-tox-py312-tips
206206
gate:
207207
jobs:
208-
- osc-tox-py38-tips
208+
- osc-tox-py39-tips
209209
- osc-tox-py312-tips
210210

211211
- project:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for Python 3.8 has been dropped.

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description_file =
66
author = OpenStack
77
author_email = openstack-discuss@lists.openstack.org
88
home_page = https://docs.openstack.org/python-openstackclient/latest/
9-
python_requires = >=3.8
9+
python_requires = >=3.9
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -15,7 +15,6 @@ classifier =
1515
Operating System :: POSIX :: Linux
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.8
1918
Programming Language :: Python :: 3.9
2019
Programming Language :: Python :: 3.10
2120
Programming Language :: Python :: 3.11

0 commit comments

Comments
 (0)