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

Commit

Permalink
Merge pull request #111 from jdufresne/py26
Browse files Browse the repository at this point in the history
Remove statement of Python 2.6
  • Loading branch information
cjw296 authored Nov 21, 2017
2 parents b932763 + 9bb33b6 commit 786180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DESCRIPTION = (
'Library to create spreadsheet files compatible with '
'MS Excel 97/2000/XP/2003 XLS files, '
'on any platform, with Python 2.6, 2.7, 3.3+'
'on any platform, with Python 2.7, 3.3+'
)

CLASSIFIERS = [
Expand Down

0 comments on commit 786180e

Please sign in to comment.