File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 17
17
# Exit when any command fails.
18
18
set -e
19
19
20
- PYTHON_VERSION=${PYTHON_VERSION:- 2 .7}
20
+ PYTHON_VERSION=${PYTHON_VERSION:- 3 .7}
21
21
22
22
pip install -U -r .github/scripts/requirements.txt
23
23
python setup.py develop
Original file line number Diff line number Diff line change 40
40
'python-Levenshtein' ,
41
41
]
42
42
43
- VERSION = '0.6 .0'
43
+ VERSION = '0.7 .0'
44
44
URL = 'https://github.com/google/python-fire'
45
45
46
46
setup (
63
63
'License :: OSI Approved :: Apache Software License' ,
64
64
65
65
'Programming Language :: Python' ,
66
- 'Programming Language :: Python :: 2' ,
67
- 'Programming Language :: Python :: 2.7' ,
68
66
'Programming Language :: Python :: 3' ,
69
- 'Programming Language :: Python :: 3.5' ,
70
- 'Programming Language :: Python :: 3.6' ,
71
67
'Programming Language :: Python :: 3.7' ,
72
68
'Programming Language :: Python :: 3.8' ,
73
69
'Programming Language :: Python :: 3.9' ,
You can’t perform that action at this time.
0 commit comments