# pyenv_install_python.txt (2026/09/22) $ xcodebuild -version Xcode 26.6 Build version 17F113 $ pkgutil --pkg-info=com.apple.pkg.CLTools_Executables | grep version version: 26.6.0.0.1781586589 $ clang --version Apple clang version 21.0.0 (clang-2100.1.1.101) Target: x86_64-apple-darwin25.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin $ pyenv --version pyenv 2.8.6-2-g249f8d88 $ pyenv versions system 2.7.18 * 3.10.8 (set by /Users/awoki/.python-version) $ pyenv install 3.10.21 python-build: use openssl@3 from homebrew Downloading readline-8.3.tar.gz... -> https://pyenv.github.io/pythons/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc Installing readline-8.3... Installed readline-8.3 to /Users/awoki/.pyenv/versions/3.10.21 Downloading Python-3.10.21.tar.xz... -> https://www.python.org/ftp/python/3.10.21/Python-3.10.21.tar.xz Installing Python-3.10.21... patching file setup.py patching file 'Misc/NEWS.d/next/macOS/2026-08-05-02-02-33.gh-issue-153711.pO9fFb.rst' patching file configure patching file configure.ac python-build: use zlib from xcode sdk Installed Python-3.10.21 to /Users/awoki/.pyenv/versions/3.10.21 $ pyenv install 3.11.16 python-build: use openssl@3 from homebrew Downloading readline-8.3.tar.gz... -> https://pyenv.github.io/pythons/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc Installing readline-8.3... Installed readline-8.3 to /Users/awoki/.pyenv/versions/3.11.16 Downloading Python-3.11.16.tar.xz... -> https://www.python.org/ftp/python/3.11.16/Python-3.11.16.tar.xz Installing Python-3.11.16... patching file setup.py patching file 'Misc/NEWS.d/next/macOS/2023-12-23-22-41-07.gh-issue-110459.NaMBJy.rst' patching file configure patching file configure.ac patching file 'Misc/NEWS.d/next/macOS/2026-08-05-02-02-33.gh-issue-153711.pO9fFb.rst' patching file configure patching file configure.ac python-build: use zlib from xcode sdk Installed Python-3.11.16 to /Users/awoki/.pyenv/versions/3.11.16 $ pyenv install 3.12.14 python-build: use openssl@3 from homebrew Downloading readline-8.3.tar.gz... -> https://pyenv.github.io/pythons/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc Installing readline-8.3... Installed readline-8.3 to /Users/awoki/.pyenv/versions/3.12.14 Downloading Python-3.12.14.tar.xz... -> https://www.python.org/ftp/python/3.12.14/Python-3.12.14.tar.xz Installing Python-3.12.14... patching file 'Misc/NEWS.d/next/macOS/2026-08-05-02-02-33.gh-issue-153711.pO9fFb.rst' patching file configure patching file configure.ac python-build: use zlib from xcode sdk Installed Python-3.12.14 to /Users/awoki/.pyenv/versions/3.12.14 $ pyenv install 3.13.15 python-build: use openssl@3 from homebrew Downloading readline-8.3.tar.gz... -> https://pyenv.github.io/pythons/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc Installing readline-8.3... Installed readline-8.3 to /Users/awoki/.pyenv/versions/3.13.15 Downloading Python-3.13.15.tar.xz... -> https://www.python.org/ftp/python/3.13.15/Python-3.13.15.tar.xz Installing Python-3.13.15... python-build: use zlib from xcode sdk Installed Python-3.13.15 to /Users/awoki/.pyenv/versions/3.13.15 $ pyenv install 3.14.7 python-build: use openssl@3 from homebrew Downloading readline-8.3.tar.gz... -> https://pyenv.github.io/pythons/fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc Installing readline-8.3... Installed readline-8.3 to /Users/awoki/.pyenv/versions/3.14.7 Downloading Python-3.14.7.tar.xz... -> https://www.python.org/ftp/python/3.14.7/Python-3.14.7.tar.xz Installing Python-3.14.7... patching file 'Lib/test/test_poplib.py' patching file 'Lib/test/test_ssl.py' patching file 'Misc/NEWS.d/next/Library/2026-04-28-17-47-55.gh-issue-148292.oIq3ml.rst' patching file 'Misc/NEWS.d/next/Tests/2026-04-21-12-33-14.gh-issue-148600.vnTb3t.rst' patching file 'Modules/_ssl.c' patching file 'Modules/_ssl/cert.c' patching file 'Modules/_ssl_data_40.h' patching file 'Tools/ssl/multissltests.py' python-build: use zlib from xcode sdk Installed Python-3.14.7 to /Users/awoki/.pyenv/versions/3.14.7 $ pyenv versions system 2.7.18 * 3.10.8 (set by /Users/awoki/.python-version) 3.10.21 3.11.16 3.12.14 3.13.15 3.14.7 # end of file