1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

Add CPython 3.14.0b1

This commit is contained in:
Edgar Ramírez-Mondragón
2025-05-07 13:07:33 -06:00
parent bc7b6cb6b5
commit e95941c9fe
4 changed files with 10 additions and 5 deletions

View File

@@ -2040,7 +2040,12 @@ build_package_verify_py313() {
# Post-install check for Python 3.14.x
build_package_verify_py314() {
build_package_verify_py313 "$1" "${2:-3.13}"
build_package_verify_py313 "$1" "${2:-3.14}"
}
# Post-install check for Python 3.15.x
build_package_verify_py315() {
build_package_verify_py314 "$1" "${2:-3.15}"
}
# Post-install check for Python 3.x rolling release scripts