Python versions 3.10.8, 3.9.15, 3.8.15, 3.7.15 now available

This commit is contained in:
Julien Palard 2022-10-12 15:34:45 +02:00
parent 0b03126aaf
commit 20fe9f7348
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 4 additions and 4 deletions

View File

@ -49,10 +49,10 @@ compile-python()
compile-pythons()
{
# Compiles a usefull set of Python versions.
compile-python 3.7.14 &
compile-python 3.8.14 &
compile-python 3.9.14 &
compile-python 3.10.7 &
compile-python 3.7.15 &
compile-python 3.8.15 &
compile-python 3.9.15 &
compile-python 3.10.8 &
compile-python 3.11.0 rc2 &
wait
}