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:
committed by
GitHub
parent
3ff54e89bc
commit
8c7fc98c4f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user