We have some security content, and plenty of regular bug fixes for 3.10.

This commit is contained in:
Julien Palard 2022-09-07 16:12:44 +02:00
parent e7aca81fb6
commit 0d8d300aaf
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.13 &
compile-python 3.8.13 &
compile-python 3.9.13 &
compile-python 3.10.6 &
compile-python 3.7.14 &
compile-python 3.8.14 &
compile-python 3.9.14 &
compile-python 3.10.7 &
compile-python 3.11.0 rc1 &
wait
}