Skip to content

Commit 47c8714

Browse files
committed
Remove indications of support for Python <3.7 and bump version number
1 parent b3e1748 commit 47c8714

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Exit when any command fails.
1818
set -e
1919

20-
PYTHON_VERSION=${PYTHON_VERSION:-2.7}
20+
PYTHON_VERSION=${PYTHON_VERSION:-3.7}
2121

2222
pip install -U -r .github/scripts/requirements.txt
2323
python setup.py develop

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'python-Levenshtein',
4141
]
4242

43-
VERSION = '0.6.0'
43+
VERSION = '0.7.0'
4444
URL = 'https://github.com/google/python-fire'
4545

4646
setup(
@@ -63,11 +63,7 @@
6363
'License :: OSI Approved :: Apache Software License',
6464

6565
'Programming Language :: Python',
66-
'Programming Language :: Python :: 2',
67-
'Programming Language :: Python :: 2.7',
6866
'Programming Language :: Python :: 3',
69-
'Programming Language :: Python :: 3.5',
70-
'Programming Language :: Python :: 3.6',
7167
'Programming Language :: Python :: 3.7',
7268
'Programming Language :: Python :: 3.8',
7369
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)