Skip to content

Commit 4818b7c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove Python 3.8 support"
2 parents b597347 + 96528e3 commit 4818b7c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.8 support was dropped. The minimum version of Python now supported
5+
is Python 3.9.

setup.cfg

Lines changed: 2 additions & 2 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/python-troveclient/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)