Bump python versions.

This commit is contained in:
Julien Palard 2021-03-08 09:22:59 +01:00
parent b0f6fa22e5
commit 4fd0a85e92
1 changed files with 4 additions and 4 deletions

View File

@ -197,10 +197,10 @@ compile_all_pythons()
{
compile_python 3.5.10 &
compile_python 3.6.12 &
compile_python 3.7.9 &
compile_python 3.8.7 &
compile_python 3.9.1 &
compile_python 3.10.0a4 &
compile_python 3.7.10 &
compile_python 3.8.8 &
compile_python 3.9.2 &
compile_python 3.10.0a6 &
wait
}