File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Support for Python 3.8 and 3.9 has been dropped.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description_file =
6
6
author = OpenStack
7
7
8
8
home_page = https://docs.openstack.org/cloudkitty-dashboard/latest/
9
- python_requires = >=3.8
9
+ python_requires = >=3.10
10
10
classifier =
11
11
Environment :: OpenStack
12
12
Intended Audience :: Information Technology
@@ -15,14 +15,16 @@ classifier =
15
15
Operating System :: POSIX :: Linux
16
16
Programming Language :: Python
17
17
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
20
20
Programming Language :: Python :: 3.10
21
21
Programming Language :: Python :: 3.11
22
+ Programming Language :: Python :: 3.12
23
+ Programming Language :: Python :: 3.13
22
24
23
25
[files]
24
26
packages =
25
27
cloudkittydashboard
26
28
27
29
[upload_sphinx]
28
- upload-dir = doc/build/html
30
+ upload_dir = doc/build/html
You can’t perform that action at this time.
0 commit comments