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+ Python 3.8 support was dropped. The minimum version of Python now supported
5+ is Python 3.9.
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-troveclient/latest
9- python_requires = >=3.8
9+ python_requires = >=3.9
1010classifier =
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]
2424packages =
You can’t perform that action at this time.
0 commit comments