Skip to content

Commit 3e9fd5b

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: I8695f7f097e4dd98850caab63ea914f0dbf5da11
1 parent 255a871 commit 3e9fd5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description_file =
66
author = OpenStack
77
author_email = openstack-discuss@lists.openstack.org
88
home_page = https://docs.openstack.org/python-cloudkittyclient/latest/
9-
python_requires = >=3.6
9+
python_requires = >=3.8
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -17,10 +17,10 @@ classifier =
1717
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: Implementation :: CPython
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.6
21-
Programming Language :: Python :: 3.7
2220
Programming Language :: Python :: 3.8
2321
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
23+
Programming Language :: Python :: 3.11
2424

2525
[files]
2626
packages =

0 commit comments

Comments
 (0)