Which Python version is bundled with macOS Sonoma 14 by default

tl;dr: Python 3.9.6 is the version of Python bundled with macOS Sonoma 14.

Sonoma 14 is the latest version of macOS for the Mac. If you want to know which version of Python is bundled with Sonoma you can check by running the Python3 version command on the Terminal.

python3 --version

Python 3.9.6
Python 3.9.6 is default on macOS Sonoma

Since macOS Monterrey 12.3, Python 2 has been removed from macOS, only Python 3.x.x is available pre-installed.

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!