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

Add CPython 3.14-dev, update 3.13-dev (#2960)

* Add CPython 3.14-dev
* Update 3.13-dev branch to 3.13
* Use OpenSSL 3.3.0
This commit is contained in:
Edgar Ramírez Mondragón
2024-05-09 03:58:17 -06:00
committed by GitHub
parent 3ff54e89bc
commit 8c7fc98c4f
3 changed files with 14 additions and 2 deletions

View File

@@ -2021,6 +2021,11 @@ build_package_verify_py313() {
build_package_verify_py312 "$1" "${2:-3.13}"
}
# Post-install check for Python 3.14.x
build_package_verify_py314() {
build_package_verify_py313 "$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