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 d20c07a commit a6e629e
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 @@ -9,7 +9,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 @@ -16,8 +16,3 @@ parameter in your call to ``setup`` as follows:
# other stuff here
install_requires=['xlwt'],
)
.. topic:: Python version requirements

This package has been tested with Python 2.6, 2.7, 3.3+ on Linux,
and is also expected to work on 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 @@ -19,7 +19,6 @@
'Topic :: Database',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'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 a6e629e

Please sign in to comment.