python@3.14
brew install python@3.14
v3.14.6
Python-2.0
Python 3.14 interpreter; dynamically-typed language for scripting, data science, and general-purpose programming.
Why you might care
Install this specific Python 3.14 version alongside system Python or other minor versions using Homebrew's versioned formula. Useful for testing code against newer Python releases, managing multiple runtimes, or pinning to a particular 3.14.x patch level without affecting your global python symlink.
320.9k
30-day installs · #4
978.4k
90-day · #5
2.4M
365-day · #11
Runtime dependencies
Build dependencies
Links
- https://www.python.org/
- Brew formula source: Formula/p/python@3.14.rb
Caveats
Python is installed as $HOMEBREW_PREFIX/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, are installed into $HOMEBREW_PREFIX/opt/python@3.14/libexec/bin `idle3.14` requires tkinter, which is available separately: brew install python-tk@3.14 `dbm.gnu` is available separately: brew install python-gdbm@3.14 For more information about Homebrew and Python, see: https://docs.brew.sh/Homebrew-and-Python
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [
"python",
"python3",
"python@3"
],
"alternatives": [
"python@3.13",
"python@3.12",
"pyenv",
"conda"
],
"build_dependencies": [
"pkgconf"
],
"categories": [
"interpreter",
"language-runtime"
],
"caveats": "Python is installed as\n $HOMEBREW_PREFIX/bin/python3\n\nUnversioned symlinks `python`, `python-config`, `pip` etc. pointing to\n`python3`, `python3-config`, `pip3` etc., respectively, are installed into\n $HOMEBREW_PREFIX/opt/python@3.14/libexec/bin\n\n`idle3.14` requires tkinter, which is available separately:\n brew install python-tk@3.14\n\n`dbm.gnu` is available separately:\n brew install python-gdbm@3.14\n\nFor more information about Homebrew and Python, see: https://docs.brew.sh/Homebrew-and-Python\n",
"conflicts_with": [],
"dependencies": [
"mpdecimal",
"openssl@3",
"sqlite",
"xz",
"zstd"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Interpreted, interactive, object-oriented programming language",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:36+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "python@3.14",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.python.org/",
"homepage_og_description": "The official home of the Python Programming Language",
"homepage_og_image": "https://www.python.org/static/opengraph-icon-200x200.png",
"homepage_title": "Welcome to Python.org",
"installs_30d": 320928,
"installs_365d": 2398853,
"installs_90d": 978367,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Python-2.0",
"llm_generated_at": "2026-06-20T23:42:04+00:00",
"llm_model": "claude-haiku-4-5",
"name": "python@3.14",
"oldnames": [],
"one_liner": "Python 3.14 interpreter; dynamically-typed language for scripting, data science, and general-purpose programming.",
"optional_dependencies": [],
"rank_30d": 4,
"rank_365d": 11,
"rank_90d": 5,
"raw_hash": "16bc6692d0f54b1b",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/p/python@3.14.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"bzip2",
"expat",
"libedit",
"libffi",
"ncurses",
"unzip"
],
"version_head": null,
"version_stable": "3.14.6",
"versioned_formulae": [
"python@3.13",
"python@3.12",
"python@3.11",
"python@3.10",
"python@3.9"
],
"why_use_this": "Install this specific Python 3.14 version alongside system Python or other minor versions using Homebrew\u0027s versioned formula. Useful for testing code against newer Python releases, managing multiple runtimes, or pinning to a particular 3.14.x patch level without affecting your global python symlink."
}