File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description_file =
66author = OpenStack
77author_email = openstack-discuss@lists.openstack.org
88home_page = https://docs.openstack.org/kayobe/latest/
9- python_requires = >=3.10
9+ python_requires = >=3.12
1010license = Apache License, Version 2.0
1111classifier =
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]
You can’t perform that action at this time.
0 commit comments