Skip to content

Commit 7687420

Browse files
committed
release 21.0.0
1 parent 8ec3142 commit 7687420

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77
.. towncrier release notes start
88
9+
**********************
10+
v21.0.0 (2026-02-25)
11+
**********************
12+
13+
Deprecations and Removals - 21.0.0
14+
==================================
15+
16+
- The Python discovery logic has been extracted into a standalone ``python-discovery`` package on PyPI (`documentation
17+
<https://python-discovery.readthedocs.io/>`_) and is now consumed as a dependency. If you previously imported
18+
discovery internals directly (e.g. ``from virtualenv.discovery.py_info import PythonInfo``), switch to ``from
19+
python_discovery import PythonInfo``. Backward-compatibility re-export shims are provided at
20+
``virtualenv.discovery.py_info``, ``virtualenv.discovery.py_spec``, and ``virtualenv.discovery.cached_py_info``,
21+
however these are considered unsupported and may be removed in a future release - by :user:`gaborbernat`.
22+
(:issue:`3070`)
23+
924
***********************
1025
v20.39.1 (2026-02-25)
1126
***********************

docs/changelog/3070.removal.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)