]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Clarify minimum supported Python version.
authorBruno Haible <bruno@clisp.org>
Fri, 1 Mar 2024 12:22:27 +0000 (13:22 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Mar 2024 12:22:27 +0000 (13:22 +0100)
* pygnulib/main.py: Add comment regarding the Python version.

ChangeLog
pygnulib/main.py

index 69c7f20c04508a43405ad3503e82e545b004978c..1778f34adcf0f77ff1916b55154157ba879ee314 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 93fd637f248e69e1cd567e8c8e89bd3635f6adcb..f99062089b5794b01da5b2614ea3e47a4e0bc658 100644 (file)
@@ -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 <https://peps.python.org/pep-0008/>, except
 # - Line length is not limited to 79 characters.