Skip to content

Commit 0d43c46

Browse files
committed
Remove Python 3.8 support
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has not been tested since then. Also add Python 3.12 which is part of the tested runtimes for 2025.1. Now unit tests job with Python 3.12 is voting. [1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html Change-Id: I69fdd7d996668f8f2b75a810b8c3d5c2d8f6ea3f
1 parent 9413fd6 commit 0d43c46

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for Python 3.8 has been removed. Now the minimum python version
5+
supported is 3.9 .

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description_file =
66
author = OpenStack
77
author_email = [email protected]
88
home_page = https://docs.openstack.org/python-keystoneclient/latest/
9-
python_requires = >=3.8
9+
python_requires = >=3.9
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -15,10 +15,10 @@ 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
21+
Programming Language :: Python :: 3.12
2222

2323
[files]
2424
packages =

0 commit comments

Comments
 (0)