1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 19:43:48 -05:00

Update 3.11-dev and add 3.12-dev (#2361)

This commit is contained in:
Hugo van Kemenade
2022-05-10 12:01:58 +03:00
committed by GitHub
parent df5ecfc72d
commit 70b23638f4
3 changed files with 12 additions and 1 deletions

View File

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