From e1f7a6d3419376d7afcecbfeead1c1b251c2f49e Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Thu, 4 Apr 2024 22:28:11 +0900 Subject: [PATCH] fix(pants-plugin): Fix scie build to use the latest indygreg build --- tools/pants-plugins/scie/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pants-plugins/scie/config.py b/tools/pants-plugins/scie/config.py index b67c54bd2b..bbe451305c 100644 --- a/tools/pants-plugins/scie/config.py +++ b/tools/pants-plugins/scie/config.py @@ -58,7 +58,7 @@ class Interpreter: version: str id: str = "cpython" provider: str = "PythonBuildStandalone" - release: str = "20231002" + release: str = "20240224" lazy: bool = False