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

Update 3.12-dev and add 3.13-dev (#2703)

This commit is contained in:
t0b3
2023-05-25 08:47:37 +02:00
committed by GitHub
parent b5576240a2
commit def5cd994e
3 changed files with 13 additions and 1 deletions

View File

@@ -1958,6 +1958,11 @@ build_package_verify_py312() {
build_package_verify_py311 "$1" "${2:-3.12}"
}
# Post-install check for Python 3.13.x
build_package_verify_py313() {
build_package_verify_py312 "$1" "${2:-3.13}"
}
# Post-install check for Python 3.x rolling release scripts
# XXX: Will need splitting into project-specific ones if there emerge
# multiple rolling-release scripts with different checks needed