Files
openide/python/python-venv
Vitaly Legchilkinandintellij-monorepo-bot bd2f766348 [python] PY-58278 update bundled pip/setuptools, drop legacy virtualenv
setuptools 44.1.1 (CVE-2022-40897) -> 75.3.4; pip 24.3.1 -> 25.0.1.
Remove virtualenv-20.13.0.pyz; venv creation and management install now
require Python 3.8 (existing older interpreters stay selectable).

In the add-interpreter dialog, validate the base interpreter version
inline: a <3.8 base is an error for venv creation (blocks, red badge)
and a non-blocking warning when selecting an existing interpreter.


(cherry picked from commit 3f124122d5e0875320c689ac96bc53cd54976ef4)

IJ-MR-210769

GitOrigin-RevId: 7670715fef4ece63c34a339a50b014655944c8b2
2026-07-07 22:16:41 +00:00
..

Tools to create venv (to be used in prod and tests) and test fixture (see showcase)