Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 are now available with security content

This commit is contained in:
Julien Palard 2022-03-16 20:59:09 +01:00
parent 4b0f5c7ce3
commit 6567e47089
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@ compile-pythons()
# Compiles a usefull set of Python versions.
compile-python 3.5.10 &
compile-python 3.6.15 &
compile-python 3.7.12 &
compile-python 3.8.12 &
compile-python 3.9.10 &
compile-python 3.10.2 &
compile-python 3.7.13 &
compile-python 3.8.13 &
compile-python 3.9.11 &
compile-python 3.10.3 &
compile-python 3.11.0 a6 &
wait
}