gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: prefer only python 3.8


From: gnunet
Subject: [taler-build-common] branch master updated: prefer only python 3.8
Date: Thu, 29 Oct 2020 15:22:10 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new 47b3237  prefer only python 3.8
47b3237 is described below

commit 47b3237e8426c1fab05e26edaff2a1d4f099059b
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 29 15:22:05 2020 +0100

    prefer only python 3.8
---
 talerbuildconfig.py | 3 ---
 1 file changed, 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):

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]