build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit e08ea37979dcc17ac8e0987251771d771503cb56
parent 47f14fcf1d03d9dad1bae59987488ea05ecd307b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  7 Jan 2021 21:44:49 +0100

3.9 exists, too

Diffstat:
Mtalerbuildconfig.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py @@ -392,6 +392,7 @@ class PythonTool(Tool): # be broken down to pybabel + pybabel-3.7 and later names? version_dict = { "3.8": "python3.8", + "3.9": "python3.9", } for key, value in version_dict.items(): if existence(value):