Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
drop 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 16, 2017
1 parent 046703e commit ef10782
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"

# command to install dependencies
install:
Expand Down
5 changes: 0 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ following package is installed:

Since this is a soft dependency, it will not be installed by
automatically by pip, easy_install or buildout.

.. topic:: Python version requirements

This package is support on Python 2.5, 2.6 and 2.7 on Linux,
Mac OS X and Windows.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
'License :: OSI Approved :: MIT License',
'Topic :: Office/Business :: Financial :: Spreadsheet',
'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 ef10782

Please sign in to comment.