Skip to content

Commit a9ed2c5

Browse files
committed
Remove Python 3.8 and 3.9 support
Python 3.8 was removed from the tested runtimes for 2024.2 and has not been tested since then. Change-Id: I9beed8d8153e4faf51f4c0446750eaccb40a9582
1 parent 7f6d368 commit a9ed2c5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for Python 3.8 and 3.9 has been dropped.

setup.cfg

Lines changed: 6 additions & 4 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/cloudkitty-dashboard/latest/
9-
python_requires = >=3.8
9+
python_requires = >=3.10
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -15,14 +15,16 @@ classifier =
1515
Operating System :: POSIX :: Linux
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.8
19-
Programming Language :: Python :: 3.9
18+
Programming Language :: Python :: Implementation :: CPython
19+
Programming Language :: Python :: 3 :: Only
2020
Programming Language :: Python :: 3.10
2121
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
23+
Programming Language :: Python :: 3.13
2224

2325
[files]
2426
packages =
2527
cloudkittydashboard
2628

2729
[upload_sphinx]
28-
upload-dir = doc/build/html
30+
upload_dir = doc/build/html

0 commit comments

Comments
 (0)