1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Add 3.7-dev definition

As reported in https://github.com/travis-ci/travis-ci/issues/6599,
the "default" Python branch has moved on to "3.7-dev".
This commit is contained in:
Hiro Asari
2016-10-10 00:53:44 -04:00
parent ff67dc7036
commit a87877c381
2 changed files with 9 additions and 0 deletions

View File

@@ -1655,6 +1655,11 @@ build_package_verify_py36() {
build_package_verify_py35 "$1" "${2:-3.6}"
}
# Post-install check for Python 3.7.x
build_package_verify_py37() {
build_package_verify_py36 "$1" "${2:-3.7}"
}
build_package_ez_setup() {
local ez_setup="ez_setup.py"
rm -f "${ez_setup}"