Skip to content

Commit edc01ca

Browse files
committed
Remove Python 3.8 support
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has not been tested since then. Also add a few newer versions which are part of the tested runtimes for 2025.1. [1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html Change-Id: I3f5bbc0e12c7cf9a282d73d04ee2d2bfa78d9748
1 parent 690c5a0 commit edc01ca

File tree

2 files changed

+9
-2
lines changed

2 files changed

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

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description_file =
66
author = OpenStack
77
author_email = [email protected]
88
home_page = https://docs.openstack.org/ovn-octavia-provider/latest/
9-
python_requires = >=3.8
9+
python_requires = >=3.9
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -15,8 +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
19+
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
21+
Programming Language :: Python :: 3.12
2022

2123
[files]
2224
packages =

0 commit comments

Comments
 (0)