瀏覽代碼

2.6.7

pull/3306/head v2.6.7
Ivan Pozdeev 11 月之前
父節點
當前提交
3dbdfdf39a
共有 3 個檔案被更改,包括 7 行新增2 行删除
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      plugins/python-build/bin/python-build

+ 5
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,10 @@
# Version History
## Release v2.6.7
* Skip Zlib from XCode for XCode 16+ by @native-api in https://github.com/pyenv/pyenv/pull/3298
* Don't fail the build if `xcodebuild` fails by @native-api in https://github.com/pyenv/pyenv/pull/3302
* Add CPython 3.14.0rc2 and 3.13.7 by @nedbat in https://github.com/pyenv/pyenv/pull/3303
## Release v2.6.6
* Add anaconda3-2025.06-0, anaconda3-2025.06-1, miniconda3-25.3.1-1, miniconda3-25.5.1-0, miniconda3-25.5.1-1 by @native-api in https://github.com/pyenv/pyenv/pull/3295
* Add CPython 3.13.6 by @cesarcoatl in https://github.com/pyenv/pyenv/pull/3297

+ 1
- 1
libexec/pyenv---version 查看文件

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="2.6.6"
version="2.6.7"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

+ 1
- 1
plugins/python-build/bin/python-build 查看文件

@ -14,7 +14,7 @@
# -g/--debug Build a debug version
#
PYTHON_BUILD_VERSION="2.6.6"
PYTHON_BUILD_VERSION="2.6.7"
OLDIFS="$IFS"

Loading…
取消
儲存