Skip to content

Commit 757b163

Browse files
author
Ghanshyam Mann
committed
Update python classifier in setup.cfg
As per the current release tested runtime, we test till python 3.11 so updating the same in python classifier in setup.cfg Change-Id: I45b783687458e19b3baafadf197e5506108a97fc
1 parent 4df3253 commit 757b163

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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
910
classifier =
1011
Environment :: OpenStack
1112
Intended Audience :: Information Technology
@@ -14,10 +15,10 @@ classifier =
1415
Operating System :: POSIX :: Linux
1516
Programming Language :: Python
1617
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.6
18-
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
20+
Programming Language :: Python :: 3.10
21+
Programming Language :: Python :: 3.11
2122

2223
[files]
2324
packages =

0 commit comments

Comments
 (0)