1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 12:03:49 -05:00

Add 3.8-dev to point to master

Push 3.7-dev to `3.7` branch
This commit is contained in:
Hiro Asari
2018-02-08 08:27:18 -05:00
parent 04d9342f82
commit 2ba2d8797b
3 changed files with 10 additions and 1 deletions

View File

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