Skip to content

Commit 3df4403

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Bump minimum Python version to 3.12"
2 parents 5c7669a + 191e4d9 commit 3df4403

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Python 3.10 and 3.11 are no longer supported on the control host. Use
5+
Python 3.12 as a minimum version for the Kayobe virtualenv.

setup.cfg

Lines changed: 1 addition & 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/kayobe/latest/
9-
python_requires = >=3.10
9+
python_requires = >=3.12
1010
license = Apache License, Version 2.0
1111
classifier =
1212
Environment :: OpenStack
@@ -18,8 +18,6 @@ classifier =
1818
Programming Language :: Python :: Implementation :: CPython
1919
Programming Language :: Python :: 3 :: Only
2020
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.10
22-
Programming Language :: Python :: 3.11
2321
Programming Language :: Python :: 3.12
2422

2523
[files]

0 commit comments

Comments
 (0)