Skip to content

Commit e631249

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: Id6ebe6cb306e8f73d93701333da9b2eff76c849d
1 parent 6233f55 commit e631249

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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: 3 additions & 3 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/bifrost/latest/
9-
python_requires = >=3.8
9+
python_requires = >=3.9
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -17,10 +17,10 @@ classifier =
1717
Programming Language :: Python :: Implementation :: CPython
1818
Programming Language :: Python :: 3 :: Only
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.8
2120
Programming Language :: Python :: 3.9
2221
Programming Language :: Python :: 3.10
2322
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
2424

2525
[files]
2626
packages =
@@ -38,4 +38,4 @@ quiet-level = 4
3838
# - Buil: Surname (has to be lowercase in list)
3939
# - assertIn: Python's unittest method
4040
ignore-words-list = te,buil,assertIn
41-
skip = AUTHORS,ChangeLog
41+
skip = AUTHORS,ChangeLog

0 commit comments

Comments
 (0)