summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-04-20 19:40:03 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-04-20 19:40:03 +0000
commit034f989babc9e89aeb59c0a7c0094600fe59504a (patch)
tree74c598c8f7d8fa98921e6e188145719aaa09ba19
parent3d77f1583fd020ce5c18da1fa3c01d40784c2abd (diff)
parentaf057b6ab1a413776523660cafdd31c0dabfe5cd (diff)
downloadbuildstream-034f989babc9e89aeb59c0a7c0094600fe59504a.tar.gz
Merge branch 'tristan/pip-source-3.8' into 'master'
pip source plugin: Add support for python 3.8 See merge request BuildStream/buildstream!1847
-rw-r--r--src/buildstream/plugins/sources/pip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/plugins/sources/pip.py b/src/buildstream/plugins/sources/pip.py
index eac2f3d01..c3af0f9cf 100644
--- a/src/buildstream/plugins/sources/pip.py
+++ b/src/buildstream/plugins/sources/pip.py
@@ -89,6 +89,7 @@ _PYTHON_VERSIONS = [
"python3.5",
"python3.6",
"python3.7",
+ "python3.8",
]
# List of allowed extensions taken from