Skip to content

Commit 05accdd

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop support for Python 3.9"
2 parents 5d730f3 + ce2a253 commit 05accdd

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

.zuul.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
2424

2525
- job:
26-
name: osc-tox-py39-tips
27-
parent: openstack-tox-py39
26+
name: osc-tox-py310-tips
27+
parent: openstack-tox-py310
2828
description: |
2929
Run unit tests for OpenStackClient with master branch of important libs.
3030
@@ -43,8 +43,8 @@
4343
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
4444

4545
- job:
46-
name: osc-tox-py312-tips
47-
parent: openstack-tox-py312
46+
name: osc-tox-py313-tips
47+
parent: openstack-tox-py313
4848
description: |
4949
Run unit tests for OpenStackClient with master branch of important libs.
5050
@@ -155,12 +155,12 @@
155155
name: osc-tox-unit-tips
156156
check:
157157
jobs:
158-
- osc-tox-py39-tips
159-
- osc-tox-py312-tips
158+
- osc-tox-py310-tips
159+
- osc-tox-py313-tips
160160
gate:
161161
jobs:
162-
- osc-tox-py39-tips
163-
- osc-tox-py312-tips
162+
- osc-tox-py310-tips
163+
- osc-tox-py313-tips
164164

165165
- project:
166166
templates:
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.9 has been dropped.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description_content_type = text/x-rst
77
author = OpenStack
88
author_email = openstack-discuss@lists.openstack.org
99
home_page = https://docs.openstack.org/python-openstackclient/latest/
10-
python_requires = >=3.9
10+
python_requires = >=3.10
1111
classifier =
1212
Environment :: OpenStack
1313
Intended Audience :: Information Technology
@@ -16,10 +16,10 @@ classifier =
1616
Operating System :: POSIX :: Linux
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.9
2019
Programming Language :: Python :: 3.10
2120
Programming Language :: Python :: 3.11
2221
Programming Language :: Python :: 3.12
22+
Programming Language :: Python :: 3.13
2323

2424
[files]
2525
packages =

0 commit comments

Comments
 (0)