Skip to content

Commit ab5b02d

Browse files
committed
Update supported python versions
Python 3.9 was removed from the tested runtimes in this cycle[1]. Python 3.8 should have been removed in 2024.2 release. Also declare support for Python 3.12 which has been tested for some time and is mandatory now. [1] https://governance.openstack.org/tc/reference/runtimes/2025.2.html Change-Id: Ia7cf5ffe4e4093189fdee425afadd81df862be1e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
1 parent c26fc95 commit ab5b02d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum
5+
version supported.

setup.cfg

Lines changed: 2 additions & 3 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-cloudkittyclient/latest/
9-
python_requires = >=3.8
9+
python_requires = >=3.10
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -17,10 +17,9 @@ classifier =
1717
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: Implementation :: CPython
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.8
21-
Programming Language :: Python :: 3.9
2220
Programming Language :: Python :: 3.10
2321
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
2423

2524
[files]
2625
packages =

0 commit comments

Comments
 (0)