summaryrefslogtreecommitdiff
path: root/talerbuildconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerbuildconfig.py')
-rw-r--r--talerbuildconfig.py1
1 files changed, 1 insertions, 0 deletions
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",
}