From 050fa1ce60279638d7a68517f4cc64a70de185e3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 16 May 2021 19:02:56 +0200 Subject: fix for python 3.7 --- talerbuildconfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'talerbuildconfig.py') diff --git a/talerbuildconfig.py b/talerbuildconfig.py index 79bdd3a..878beb3 100644 --- a/talerbuildconfig.py +++ b/talerbuildconfig.py @@ -391,6 +391,7 @@ class PythonTool(Tool): # is checking pybabel + pybabel-3.[0-9]* too much and could # be broken down to pybabel + pybabel-3.7 and later names? version_dict = { + "3.7": "python3.7", "3.8": "python3.8", "3.9": "python3.9", } -- cgit v1.2.3