Ivan Pozdeev
7 månader sedan
förälder
incheckning
fdde91269b
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: FB6A628DCF06DCD7
3 ändrade filer med
7 tillägg och
2 borttagningar
-
CHANGELOG.md
-
libexec/pyenv---version
-
plugins/python-build/bin/python-build
|
|
|
@ -1,5 +1,10 @@ |
|
|
|
# Version History |
|
|
|
|
|
|
|
## Release v2.6.13 |
|
|
|
* CI: Replace macos-13 with macos-15-intel by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3356 |
|
|
|
* Add Miniconda3-25.9.1-1 by @binbjz in https://github.com/pyenv/pyenv/pull/3357 |
|
|
|
* Add CPython 3.15.0a2 by @nedbat in https://github.com/pyenv/pyenv/pull/3359 |
|
|
|
|
|
|
|
## Release v2.6.12 |
|
|
|
* Add graalpy-25.0.1 by @msimacek in https://github.com/pyenv/pyenv/pull/3350 |
|
|
|
* Add CPython 3.9.25 by @nedbat in https://github.com/pyenv/pyenv/pull/3355 |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
set -e |
|
|
|
[ -n "$PYENV_DEBUG" ] && set -x |
|
|
|
|
|
|
|
version="2.6.12" |
|
|
|
version="2.6.13" |
|
|
|
git_revision="" |
|
|
|
|
|
|
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
# -g/--debug Build a debug version |
|
|
|
# |
|
|
|
|
|
|
|
PYTHON_BUILD_VERSION="2.6.12" |
|
|
|
PYTHON_BUILD_VERSION="2.6.13" |
|
|
|
|
|
|
|
OLDIFS="$IFS" |
|
|
|
|
|
|
|
|