Skip to content

Commit 314bf71

Browse files
committed
Remove Python 3.9 support
Python 3.9 is no longer part of the tested runtimes[1]. [1] https://governance.openstack.org/tc/reference/runtimes/2025.2.html Change-Id: I6767a26645b8139b60a0ca7960ca4ba391eecc09
1 parent 018955c commit 314bf71

2 files changed

Lines changed: 6 additions & 2 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: 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-cinderclient/latest/
9-
python_requires = >=3.9
9+
python_requires = >=3.10
1010
classifier =
1111
Development Status :: 5 - Production/Stable
1212
Environment :: Console
@@ -18,7 +18,6 @@ classifier =
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3 :: Only
2020
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.9
2221
Programming Language :: Python :: 3.10
2322
Programming Language :: Python :: 3.11
2423
Programming Language :: Python :: 3.12

0 commit comments

Comments
 (0)