Skip to content

Commit 5455772

Browse files
committed
Drop mention of Python 2 support in setup.py
1 parent 0cbdbff commit 5455772

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"Intended Audience :: Developers",
1212
"License :: OSI Approved :: MIT License",
1313
"Programming Language :: Python",
14-
"Programming Language :: Python :: 2.7",
15-
"Programming Language :: Python :: 3.5",
14+
"Programming Language :: Python :: 3",
1615
],
1716
requires=["setuptools"],
1817
keywords='autoversion __autoversion__ __version__ __version__tuple__ version git',

0 commit comments

Comments
 (0)