diff --git a/.bashrc b/.bashrc index 9f476fd..b1d9ac5 100644 --- a/.bashrc +++ b/.bashrc @@ -194,10 +194,10 @@ compile_python() compile_all_pythons() { compile_python 3.5.10 & - compile_python 3.6.14 & - compile_python 3.7.11 & - compile_python 3.8.11 & - compile_python 3.9.6 & + compile_python 3.6.15 & + compile_python 3.7.12 & + compile_python 3.8.12 & + compile_python 3.9.7 & compile_python 3.10.0 b2 & wait }