Skip to content

Commit 02b7485

Browse files
committed
drop 2.6 and 3.3 support.
1 parent 96ff6bf commit 02b7485

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.6"
88
- "3.5"
99
- "3.4"
10-
- "3.3"
1110
- "2.7"
1211

1312
# command to install dependencies

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please read this before using this library: https://groups.google.com/d/msg/pyth
1313

1414
**Licence**: BSD-style (see licences.py)
1515

16-
**Versions of Python supported**: 2.6, 2.7, 3.3+.
16+
**Versions of Python supported**: 2.7, 3.4+.
1717

1818
**External modules required**:
1919

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description = (
2828
"Extract data from Excel spreadsheets "
2929
"(.xls and .xlsx, versions 2.0 onwards) on any platform. "
30-
"Pure Python (2.6, 2.7, 3.3+). "
30+
"Pure Python (2.7, 3.4+). "
3131
"Strong support for Excel dates. Unicode-aware."
3232
),
3333
platforms = ["Any platform -- don't need Windows"],
@@ -41,7 +41,6 @@
4141
'Programming Language :: Python :: 2',
4242
'Programming Language :: Python :: 2.7',
4343
'Programming Language :: Python :: 3',
44-
'Programming Language :: Python :: 3.3',
4544
'Programming Language :: Python :: 3.4',
4645
'Programming Language :: Python :: 3.5',
4746
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)