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

Add CPython 3.8.0b1

This commit is contained in:
Josh Friend
2019-06-04 19:39:02 -04:00
parent 7dd50144d5
commit 2350e57b00
3 changed files with 12 additions and 1 deletions

View File

@@ -1889,6 +1889,11 @@ build_package_verify_py38() {
build_package_verify_py37 "$1" "${2:-3.8}"
}
# Post-install check for Python 3.9.x
build_package_verify_py39() {
build_package_verify_py38 "$1" "${2:-3.9}"
}
# Copy Tools/gdb/libpython.py to pythonX.Y-gdb.py (#1190)
build_package_copy_python_gdb() {
if [ -e "$BUILD_PATH/$1/Tools/gdb/libpython.py" ]; then