diff --git a/compile-python.sh b/compile-python.sh index feaf261..67fd407 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -49,10 +49,10 @@ compile-python() compile-pythons() { # Compiles a usefull set of Python versions. - compile-python 3.7.13 & - compile-python 3.8.13 & - compile-python 3.9.13 & - compile-python 3.10.6 & + compile-python 3.7.14 & + compile-python 3.8.14 & + compile-python 3.9.14 & + compile-python 3.10.7 & compile-python 3.11.0 rc1 & wait }