Bump Python versions.

This commit is contained in:
Julien Palard 2021-06-29 18:30:54 +02:00
parent f22500f69f
commit 9e1c59007a
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 4 additions and 4 deletions

View File

@ -194,10 +194,10 @@ compile_python()
compile_all_pythons()
{
compile_python 3.5.10 &
compile_python 3.6.12 &
compile_python 3.7.10 &
compile_python 3.8.10 &
compile_python 3.9.5 &
compile_python 3.6.14 &
compile_python 3.7.11 &
compile_python 3.8.11 &
compile_python 3.9.6 &
compile_python 3.10.0 b2 &
wait
}