summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--talerbuildconfig.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index 2f8e40f..2508d9f 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -391,10 +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",
- "4.0": "python4.0",
}
for key, value in version_dict.items():
if existence(value):