aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorZied Aouini <aouinizied@gmail.com>2022-10-31 13:53:23 +0100
committerGitHub <noreply@github.com>2022-10-31 13:53:23 +0100
commit9e73d61fb0454a143dea6faa4a665c6b7875e195 (patch)
tree220dd94b5f8d69d3a2ab8f042f227a294117036c /python/setup.py
parent41a5ba1b656eb32cecb6cb21ce7fb8ac9de85a55 (diff)
Fix supported versions.
Diffstat (limited to 'python/setup.py')
-rw-r--r--python/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 5410d4529..6c9378f1a 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -44,7 +44,6 @@ setup(
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Programming Language :: Python :: 3 :: Only',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',