Bump Python versions

This commit is contained in:
Julien Palard 2021-05-04 09:57:26 +02:00
parent e10c28c2c4
commit be58a69b79
1 changed files with 3 additions and 3 deletions

View File

@ -198,9 +198,9 @@ compile_all_pythons()
compile_python 3.5.10 &
compile_python 3.6.12 &
compile_python 3.7.10 &
compile_python 3.8.9 &
compile_python 3.9.4 &
compile_python 3.10.0a6 &
compile_python 3.8.10 &
compile_python 3.9.5 &
compile_python 3.10.0b1 &
wait
}