Skip to content

Commit ef4991d

Browse files
committed
Add Python 3 only classifier
Python 2 support was removed during Ussuri cycle. This change adds the classifier to clearly state that only Python 3 is supported. This allows us to keep the setup.cfg file in cinder and the one in cinderclient more consistent. Change-Id: I5ad342f2b60348a0ba79c95415fdf1ae39714558
1 parent af3bc66 commit ef4991d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifier =
1616
License :: OSI Approved :: Apache Software License
1717
Operating System :: POSIX :: Linux
1818
Programming Language :: Python
19+
Programming Language :: Python :: 3 :: Only
1920
Programming Language :: Python :: 3
2021
Programming Language :: Python :: 3.6
2122
Programming Language :: Python :: 3.7

0 commit comments

Comments
 (0)