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

juergbi pushed a commit to branch juerg/pip
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit 5b1e1f6a54cc8962afadb8490a52a182c2d5e5aa
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri May 17 13:05:21 2024 +0200

    sources/pip.py: Add `python3.12` to list of Python commands
---
 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 4aff5a9..6193200 100644
--- a/src/buildstream_plugins/sources/pip.py
+++ b/src/buildstream_plugins/sources/pip.py
@@ -92,6 +92,7 @@ _PYTHON_VERSIONS = [
     "python3.9",
     "python3.10",
     "python3.11",
+    "python3.12",
 ]
 
 # List of allowed extensions taken from

Reply via email to