diff --git a/compile-python.sh b/compile-python.sh index a090a68..0c1862e 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -29,7 +29,7 @@ compile-pythons() compile-python 3.9.18 & compile-python 3.10.13 & compile-python 3.11.5 & - compile-python 3.12.0 b4 & + compile-python 3.12.0 rc2 & wait }