Skip to content

Commit 59dc735

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update supported python versions"
2 parents ec1bf47 + ab5b02d commit 59dc735

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)