We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993536b commit dcbc130Copy full SHA for dcbc130
2 files changed
.travis.yml
@@ -3,7 +3,7 @@ cache: pip
3
sudo: false
4
python:
5
- "2.7"
6
- # - "3.5"
+ - "3.5"
7
- "3.6"
8
- "3.7"
9
install:
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='jsoncsv',
15
- version='2.2.4a',
+ version='2.2.4',
16
url='https://github.com/alingse/jsoncsv',
17
description='A command tool easily convert json file to csv or xlsx.',
18
long_description=readme,
@@ -26,7 +26,7 @@
26
'Programming Language :: Python :: 2',
27
'Programming Language :: Python :: 2.7',
28
'Programming Language :: Python :: 3',
29
- # 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.5',
30
'Programming Language :: Python :: 3.6',
31
'Programming Language :: Python :: 3.7',
32
],
0 commit comments