6 new releases of Python.

This commit is contained in:
Julien Palard 2023-06-07 11:41:49 +02:00
parent 3f1dc06d36
commit 55ea9743a2
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 5 additions and 5 deletions

View File

@ -49,11 +49,11 @@ compile-python()
compile-pythons()
{
# Compiles a usefull set of Python versions.
compile-python 3.7.16 &
compile-python 3.8.16 &
compile-python 3.9.16 &
compile-python 3.10.10 &
compile-python 3.11.2 &
compile-python 3.7.17 &
compile-python 3.8.17 &
compile-python 3.9.17 &
compile-python 3.10.12 &
compile-python 3.11.4 &
compile-python 3.12.0 b1 &
wait
}