IMPALA-9726: Update impala-shell PyPI sidebar

Updates impala-shell's PyPI sidebar classifiers to reflect support for
Python 2.6+.

Change-Id: Iee12ff20499ca88b2acb56355a89cad288556c9e
Reviewed-on: http://gerrit.cloudera.org:8080/18575
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Michael Smith
2022-05-31 16:48:07 -07:00
committed by Impala Public Jenkins
parent 8965059c2c
commit 15e28b48a4

View File

@@ -161,9 +161,9 @@ setup(
'License :: OSI Approved :: Apache Software License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Database :: Front-Ends'
]
)