diff options
author | Zied Aouini <aouinizied@gmail.com> | 2022-10-31 13:53:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 13:53:23 +0100 |
commit | 9e73d61fb0454a143dea6faa4a665c6b7875e195 (patch) | |
tree | 220dd94b5f8d69d3a2ab8f042f227a294117036c /python/setup.py | |
parent | 41a5ba1b656eb32cecb6cb21ce7fb8ac9de85a55 (diff) |
Fix supported versions.
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 1 |
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', |