1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

Update 3.10-dev and 3.11-dev (#1897)

This commit is contained in:
Fredrik Averpil
2021-05-04 20:28:09 +02:00
committed by GitHub
parent e887a3d062
commit 1edded3426
3 changed files with 12 additions and 1 deletions

View File

@@ -1748,6 +1748,11 @@ build_package_verify_py310() {
build_package_verify_py39 "$1" "${2:-3.10}"
}
# Post-install check for Python 3.11.x
build_package_verify_py311() {
build_package_verify_py310 "$1" "${2:-3.11}"
}
# 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