File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7
7
- " 3.6"
8
8
- " 3.5"
9
9
- " 3.4"
10
- - " 3.3"
11
10
- " 2.7"
12
11
13
12
# command to install dependencies
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Please read this before using this library: https://groups.google.com/d/msg/pyth
13
13
14
14
** Licence** : BSD-style (see licences.py)
15
15
16
- ** Versions of Python supported** : 2.6, 2. 7, 3.3 +.
16
+ ** Versions of Python supported** : 2.7, 3.4 +.
17
17
18
18
** External modules required** :
19
19
Original file line number Diff line number Diff line change 27
27
long_description = (
28
28
"Extract data from Excel spreadsheets "
29
29
"(.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 +). "
31
31
"Strong support for Excel dates. Unicode-aware."
32
32
),
33
33
platforms = ["Any platform -- don't need Windows" ],
41
41
'Programming Language :: Python :: 2' ,
42
42
'Programming Language :: Python :: 2.7' ,
43
43
'Programming Language :: Python :: 3' ,
44
- 'Programming Language :: Python :: 3.3' ,
45
44
'Programming Language :: Python :: 3.4' ,
46
45
'Programming Language :: Python :: 3.5' ,
47
46
'Programming Language :: Python :: 3.6' ,
You can’t perform that action at this time.
0 commit comments