From 1f6dd5ffdf148e21a4c300796dc375fb7ecb21ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Thu, 4 Jun 2020 19:52:18 +0200 Subject: [PATCH] Remove specific py3-version declaration from setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d348aece6..bba299869 100644 --- a/setup.py +++ b/setup.py @@ -76,8 +76,7 @@ setup(name="loo.py", 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Scientific/Engineering :: Mathematics', -- GitLab