Bump Python versions

This commit is contained in:
Julien Palard 2020-12-08 09:10:50 +01:00
parent 031c11a552
commit f91f11b70a
1 changed files with 1 additions and 2 deletions

View File

@ -193,12 +193,11 @@ compile_python()
compile_all_pythons()
{
compile_python 3.4.10 &
compile_python 3.5.10 &
compile_python 3.6.12 &
compile_python 3.7.9 &
compile_python 3.8.6 &
compile_python 3.9.0 &
compile_python 3.9.1 &
wait
}