Skip to content

Commit

Permalink
Remove Python2.7 testing (#131)
Browse files Browse the repository at this point in the history
* Remove Python2.7 testing

At Jan 01 2020 Python 2.7 has reached its EOL.
As time passes more and more packages drop support
for py2.7 making it more difficult to enhance the library
we new abilites.

This patch removes the testing of py2.7 and releases
the maintainers from the struggles of failing CI.

* Removed Python2.7 from CI config

* Remove Python2.7 reference from setup.cfg
  • Loading branch information
MosheSheena authored Oct 20, 2020
1 parent 9a6a787 commit 9f0af6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: required
services:
- docker
python:
- '2.7'
- '3.5'
- '3.6'
install:
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ classifier =
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: POSIX
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
keywords =
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist = py27,py35,py36,pep8
envlist = py35,py36,pep8
[tox:travis]
2.7 = py27, pep8
3.5 = py35, pep8
3.6 = py36, pep8
[testenv]
Expand Down

0 comments on commit 9f0af6d

Please sign in to comment.