summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-09-12 11:11:20 -0400
committerGitHub <noreply@github.com>2022-09-12 08:11:20 -0700
commit445a68dffa7ba5c0af3b02ec0545b760cd8c04ba (patch)
tree308cc8b991a4f1f0547f3c690da3688cbc9b0354 /docs
parent56003ce62101c3d2cfe1a8eb82ef7defbe0d138f (diff)
downloadvirtualenv-445a68dffa7ba5c0af3b02ec0545b760cd8c04ba.tar.gz
fix building python3.10 virtualenvs on debian derivatives (#2415)
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog/2350.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2350.bugfix.rst b/docs/changelog/2350.bugfix.rst
new file mode 100644
index 0000000..87a66a2
--- /dev/null
+++ b/docs/changelog/2350.bugfix.rst
@@ -0,0 +1 @@
+Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable - by :user:`asottile`.