You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/01/14 02:15:10 UTC

[buildstream] 01/03: plugins/sources/pip.py: Whitelist python 3.9 as a valid version

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/fix-cache-key-test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 4ab6933e1271884018cae356553eeccd5595c194
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Jan 14 11:11:19 2022 +0900

    plugins/sources/pip.py: Whitelist python 3.9 as a valid version
---
 src/buildstream/plugins/sources/pip.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/buildstream/plugins/sources/pip.py b/src/buildstream/plugins/sources/pip.py
index fa36209..bb81647 100644
--- a/src/buildstream/plugins/sources/pip.py
+++ b/src/buildstream/plugins/sources/pip.py
@@ -85,6 +85,7 @@ _PYTHON_VERSIONS = [
     "python3.6",
     "python3.7",
     "python3.8",
+    "python3.9",
 ]
 
 # List of allowed extensions taken from