* pygnulib/main.py: Add comment regarding the Python version.
+2024-03-01 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Clarify minimum supported Python version.
+ * pygnulib/main.py: Add comment regarding the Python version.
+
2024-03-01 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Follow gnulib-tool changes, part 37.
# 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 <https://peps.python.org/pep-0008/>, except
# - Line length is not limited to 79 characters.