Skip to content

Commit daa9f81

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove Python 3.8 support"
2 parents 2d21c3b + e631249 commit daa9f81

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)