Skip to content

Commit 0830f4c

Browse files
authored
Merge pull request #69 from stackhpc/upstream/master-2025-06-09
Synchronise master with upstream
2 parents 9735891 + a9ed2c5 commit 0830f4c

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)