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 =
66author = OpenStack
7788home_page = https://docs.openstack.org/cloudkitty-dashboard/latest/
9- python_requires = >=3.8
9+ python_requires = >=3.10
1010classifier =
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]
2426packages =
2527 cloudkittydashboard
2628
2729[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