Skip to content

Commit dcbc130

Browse files
committed
use io.TextIO
1 parent 993536b commit dcbc130

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache: pip
33
sudo: false
44
python:
55
- "2.7"
6-
# - "3.5"
6+
- "3.5"
77
- "3.6"
88
- "3.7"
99
install:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='jsoncsv',
15-
version='2.2.4a',
15+
version='2.2.4',
1616
url='https://github.com/alingse/jsoncsv',
1717
description='A command tool easily convert json file to csv or xlsx.',
1818
long_description=readme,
@@ -26,7 +26,7 @@
2626
'Programming Language :: Python :: 2',
2727
'Programming Language :: Python :: 2.7',
2828
'Programming Language :: Python :: 3',
29-
# 'Programming Language :: Python :: 3.5',
29+
'Programming Language :: Python :: 3.5',
3030
'Programming Language :: Python :: 3.6',
3131
'Programming Language :: Python :: 3.7',
3232
],

0 commit comments

Comments
 (0)