diff --git a/compile-python.sh b/compile-python.sh index 67fd407..a021000 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -53,7 +53,7 @@ compile-pythons() compile-python 3.8.14 & compile-python 3.9.14 & compile-python 3.10.7 & - compile-python 3.11.0 rc1 & + compile-python 3.11.0 rc2 & wait }