Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available.

This commit is contained in:
Julien Palard 2023-08-25 18:31:18 +02:00
parent 061727fa06
commit ce6581dcc3
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 5 additions and 5 deletions

View File

@ -25,11 +25,11 @@ compile-pythons()
{
# Compiles a usefull set of Python versions.
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 &
compile-python 3.8.18 &
compile-python 3.9.18 &
compile-python 3.10.13 &
compile-python 3.11.5 &
compile-python 3.12.0 b4 &
wait
}