From 00889d72d197c59394599f4de09a96db9fcaef5b Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 7 May 2023 13:38:34 +0800 Subject: [PATCH] Drop Python minor versions from programming language list There will often be new minor versions and they mostly do not affect git-imerge, so listing them all is an unnecessary maintenance burden. Obsoletes: https://github.com/mhagger/git-imerge/pull/201 Fixes: commit cbf6e08b5f909f6207b0ee7691ad2004b9cc6da7 Fixes: commit 1c14b8a22f33a5ddeeee0811d91a6a63b1ab5e5e --- setup.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.py b/setup.py index 4724546..2993b1e 100644 --- a/setup.py +++ b/setup.py @@ -42,14 +42,7 @@ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Environment :: Console", "Intended Audience :: Developers", "Topic :: Software Development :: Version Control :: Git",