From fa650abbf55c7d7c0c6a46be7c7c6aa5d9812ffa Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Sat, 5 Sep 2026 22:59:49 -0400 Subject: [PATCH] docs: Add link to list of available Python distributions Add a link to the python-build share directory in the intro section so users can see which Python distributions are supported before installing pyenv. Closes #2953 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03dfbbd3..df75c01a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This project was forked from [rbenv](https://github.com/rbenv/rbenv) and * Lets you **change the global Python version** on a per-user basis. * Provides support for **per-project Python versions**. +* Supports **multiple Python distributions**: CPython, PyPy, Stackless Python, Jython, and more. + See the [full list of available versions](https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build). * Allows you to **override the Python version** with an environment variable. * Searches for commands from **multiple versions of Python at a time**.