File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Support for Python 3.9 has been removed. Now Python 3.10 is the minimum
5+ version supported.
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/python-cloudkittyclient/latest/
9- python_requires = >=3.8
9+ python_requires = >=3.10
1010classifier =
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]
2625packages =
You can’t perform that action at this time.
0 commit comments