Skip to content

Commit b548f71

Browse files
committed
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.
1 parent 9bde208 commit b548f71

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,7 @@
4242
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
4343
"Programming Language :: Python",
4444
"Programming Language :: Python :: 2",
45-
"Programming Language :: Python :: 2.7",
4645
"Programming Language :: Python :: 3",
47-
"Programming Language :: Python :: 3.4",
48-
"Programming Language :: Python :: 3.5",
49-
"Programming Language :: Python :: 3.6",
50-
"Programming Language :: Python :: 3.7",
51-
"Programming Language :: Python :: 3.8",
52-
"Programming Language :: Python :: 3.9",
5346
"Environment :: Console",
5447
"Intended Audience :: Developers",
5548
"Topic :: Software Development :: Version Control :: Git",

0 commit comments

Comments
 (0)