From: Bruno Haible Date: Fri, 1 Mar 2024 12:22:27 +0000 (+0100) Subject: gnulib-tool.py: Clarify minimum supported Python version. X-Git-Tag: v1.0~351 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1348f1fd10b8a6e184cb29a0c6f930aff1a4017d;p=gnulib.git gnulib-tool.py: Clarify minimum supported Python version. * pygnulib/main.py: Add comment regarding the Python version. --- diff --git a/ChangeLog b/ChangeLog index 69c7f20c04..1778f34adc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-03-01 Bruno Haible + + gnulib-tool.py: Clarify minimum supported Python version. + * pygnulib/main.py: Add comment regarding the Python version. + 2024-03-01 Collin Funk gnulib-tool.py: Follow gnulib-tool changes, part 37. diff --git a/pygnulib/main.py b/pygnulib/main.py index 93fd637f24..f99062089b 100644 --- a/pygnulib/main.py +++ b/pygnulib/main.py @@ -17,6 +17,8 @@ # This program is meant for authors or maintainers which want to import # modules from gnulib into their packages. +# This program assumes a Python version >= 3.7. + # CODING STYLE for this file and its companions: # Like PEP 8 , except # - Line length is not limited to 79 characters.