diff --git a/compile-python.sh b/compile-python.sh index 5538a78..e04016e 100644 --- a/compile-python.sh +++ b/compile-python.sh @@ -49,11 +49,11 @@ compile-python() compile-pythons() { # Compiles a usefull set of Python versions. - compile-python 3.7.16 & - compile-python 3.8.16 & - compile-python 3.9.16 & - compile-python 3.10.10 & - compile-python 3.11.2 & + compile-python 3.7.17 & + compile-python 3.8.17 & + compile-python 3.9.17 & + compile-python 3.10.12 & + compile-python 3.11.4 & compile-python 3.12.0 b1 & wait }