Python 3.11.1, 3.10.9, 3.9.16, 3.8.16, 3.7.16, and 3.12.0 alpha 3 are now available

This commit is contained in:
Julien Palard 2022-12-06 23:45:27 +01:00
parent b83b3f0975
commit 98d78d290e
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 5 additions and 5 deletions

View File

@ -49,12 +49,12 @@ compile-python()
compile-pythons()
{
# Compiles a usefull set of Python versions.
compile-python 3.7.15 &
compile-python 3.8.15 &
compile-python 3.7.16 &
compile-python 3.8.16 &
compile-python 3.9.15 &
compile-python 3.10.8 &
compile-python 3.11.0 &
compile-python 3.12.0 a2 &
compile-python 3.10.9 &
compile-python 3.11.1 &
compile-python 3.12.0 a3 &
wait
}