Skip to content

Commit

Permalink
Remove py2.6 support
Browse files Browse the repository at this point in the history
I don't care enough..
  • Loading branch information
lazka committed Sep 24, 2016
1 parent 0167149 commit 67b6631
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ matrix:
allow_failures:
- python: "pypy3"
include:
- os: linux
dist: trusty
language: python
python: "2.6"
env: TYPE="linux" PYVER="2.6" PYARGS="-R"
- os: linux
dist: trusty
language: python
Expand Down Expand Up @@ -42,11 +37,6 @@ matrix:
language: python
python: "pypy3"
env: TYPE="linux" PYVER="pypy3" PYARGS="-R -bb"
- os: linux
language: generic
sudo: required
dist: trusty
env: TYPE="windows" PYVER="2.6.6" PYARGS=""
- os: linux
language: generic
sudo: required
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ an input() function which can read filenames.
You can think of it as `six <https://pypi.org/project/six/>`__ for filename
handling.

It supports Python 2.6, 2.7, 3.3+, works with PyPy, works on Linux, Windows,
It supports Python 2.7, 3.3+, works with PyPy, works on Linux, Windows,
macOS, is MIT licensed, and only depends on the stdlib.

::
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def run(self):
classifiers=[
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 67b6631

Please sign in to comment.