From e08ea37979dcc17ac8e0987251771d771503cb56 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Jan 2021 21:44:49 +0100 Subject: 3.9 exists, too --- talerbuildconfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/talerbuildconfig.py b/talerbuildconfig.py index 2508d9f..79bdd3a 100644 --- 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): -- cgit v1.2.3