% python3 Python 3.9.6 (default, Dec 2 2025, 07:27:58) [Clang 17.0.0 (clang-1700.6.3.2)] on darwin
macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
1–9 of 9 posts
Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#2Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#3Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#4Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#5It is not intended nor supported for end users. It's only purpose is as a dependency for Apple's developer tools.
Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#6Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#7AFAIK macOS does not ship any version of Python in the normal installation, and it's Xcode / Xcode-CommandLineTools that bundles a Python.
https://developer.apple.com/documentation/macos-release-note...
Scripting Language Runtimes Deprecations
> Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. Future versions of macOS won’t include scripting language runtimes by default, and might require you to install additional packages. If your software depends on scripting languages, it’s recommended that you bundle the runtime within the app. (49764202)
Re: macOS Tahoe 26.2 ships with an outdated version of Python 3.9.6
#8AFAIK macOS does not ship any version of Python in the normal installation, and it's Xcode / Xcode-CommandLineTools that bundles a Python.
Formally announced all the way back in whatever year 10.15 was: https://developer.apple.com/documentation/macos-release-note... Scripting Language Runtimes Deprecations > Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. Future versions of macOS won’t include scripting language runtimes by default, and might require you to install additional packa…