This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/pip-support-new-python in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit e6ae4cf0bd0efd7d4b37d6af71cb4acac41d7568 Author: Tristan van Berkom <[email protected]> AuthorDate: Fri Feb 17 14:17:45 2023 +0900 sources/pip.py: List support for python 3.10 and 3.11 --- src/buildstream_plugins/sources/pip.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buildstream_plugins/sources/pip.py b/src/buildstream_plugins/sources/pip.py index 5c43263..4aff5a9 100644 --- a/src/buildstream_plugins/sources/pip.py +++ b/src/buildstream_plugins/sources/pip.py @@ -90,6 +90,8 @@ _PYTHON_VERSIONS = [ "python3.7", "python3.8", "python3.9", + "python3.10", + "python3.11", ] # List of allowed extensions taken from
