summaryrefslogtreecommitdiff
path: root/docs/changelog/2754.bugfix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog/2754.bugfix.rst')
-rw-r--r--docs/changelog/2754.bugfix.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog/2754.bugfix.rst b/docs/changelog/2754.bugfix.rst
new file mode 100644
index 00000000..d948067f
--- /dev/null
+++ b/docs/changelog/2754.bugfix.rst
@@ -0,0 +1,2 @@
+Setting ``[testenv] basepython = python3`` will no longer override the Python interpreter version requested by a factor,
+such as ``py311`` - by :user:`stephenfin`.