Skip to content

Commit 406465f

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 Python 3.12 which is part of the tested runtimes for 2025.1. Now unit tests job with Python 3.12 is voting. [1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html Change-Id: I50008cfcdd7745fb6f0273e10317023368e00d11
1 parent 4069685 commit 406465f

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+
Support for Python 3.8 has been removed. Now the minimum python version
5+
supported is 3.9 .

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author = Mirantis
44
author_email = mos-ironic@mirantis.com
55
home_page = https://github.com/openstack/networking-generic-switch
66
summary = Generic Switch ML2 Neutron Driver
7-
python_requires = >=3.8
7+
python_requires = >=3.9
88
classifier =
99
Development Status :: 3 - Alpha
1010
Environment :: OpenStack
@@ -16,10 +16,10 @@ classifier =
1616
Programming Language :: Python :: Implementation :: CPython
1717
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120
Programming Language :: Python :: 3.10
2221
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
2323

2424
description_file =
2525
README.rst

0 commit comments

Comments
 (0)