aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-10-16 09:58:14 -0600
committerTom Tromey <tromey@adacore.com>2025-05-30 07:09:53 -0600
commitd61186d8f8ebfe85e4823d4ac3f8db91db52869a (patch)
tree2efcdeb4136d6096bd71b84703c5b6464e7a768c /gdb/doc
parent429fb15134cfbdafe2b203086ee05d827726b63b (diff)
downloadbinutils-d61186d8f8ebfe85e4823d4ac3f8db91db52869a.zip
binutils-d61186d8f8ebfe85e4823d4ac3f8db91db52869a.tar.gz
binutils-d61186d8f8ebfe85e4823d4ac3f8db91db52869a.tar.bz2
Require Python 3.4
I believe we previously agreed that the minimum supported Python version should be 3.4. This patch makes this change, harmonizing the documentation (which was inconsistent about the minimum version) and the code. New in v2: rebased, and removed a pre-3.4 workaround from __init__.py. Reviewed-By: Eli Zaretskii <eliz@gnu.org> Approved-by: Kevin Buettner <kevinb@redhat.com> Acked-By: Tom de Vries <tdevries@suse.de> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31870
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 05f5502..2676471 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -41466,7 +41466,7 @@ libpython is present and found at configure time.) Python makes
@value{GDBN} scripting much more powerful than the restricted CLI
scripting language. If your host does not have Python installed, you
can find it on @url{http://www.python.org/download/}. The oldest version
-of Python supported by GDB is 3.0.1. The optional argument @var{python}
+of Python supported by GDB is 3.4. The optional argument @var{python}
is used to find the Python headers and libraries. It can be either
the name of a Python executable, or the name of the directory in which
Python is installed.