]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Require Python 3.4
authorTom Tromey <tromey@adacore.com>
Wed, 16 Oct 2024 15:58:14 +0000 (09:58 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 30 May 2025 13:09:53 +0000 (07:09 -0600)
commitd61186d8f8ebfe85e4823d4ac3f8db91db52869a
tree2efcdeb4136d6096bd71b84703c5b6464e7a768c
parent429fb15134cfbdafe2b203086ee05d827726b63b
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
gdb/NEWS
gdb/README
gdb/configure
gdb/configure.ac
gdb/doc/gdb.texinfo
gdb/python/lib/gdb/__init__.py
gdb/python/py-gdb-readline.c
gdb/python/python-internal.h