Skip to content

Commit 6a7b891

Browse files
Merge pull request #28 from r1chardj0n3s/github-ci
Remove Python 2 support as it is no longer a supported language
2 parents 31b733f + 4a564b8 commit 6a7b891

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release History
33
---------------
44

5+
2.1 (Next)
6+
7+
- Remove support for Python 2.
8+
Please use an older version of this tool if you require that support.
9+
510
2.0.1
611

712
- handled removal of normalize_name from pip.utils

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
'Intended Audience :: Developers',
3434
'Topic :: Software Development :: Build Tools',
3535
'License :: OSI Approved :: MIT License',
36-
'Programming Language :: Python :: 2.7',
3736
'Programming Language :: Python :: 3',
3837
],
3938
packages=['pip_check_reqs'],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,pep8,pip-check-reqs
2+
envlist = py34,pep8,pip-check-reqs
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)