Python 3.10.2, 3.9.10, and 3.11.0a4 are now available

This commit is contained in:
Julien Palard 2022-01-15 16:45:38 +01:00
parent bbb3a6c0e7
commit cae4eb6c71
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ compile-pythons()
compile-python 3.6.15 &
compile-python 3.7.12 &
compile-python 3.8.12 &
compile-python 3.9.9 &
compile-python 3.10.1 &
compile-python 3.11.0 a3 &
compile-python 3.9.10 &
compile-python 3.10.2 &
compile-python 3.11.0 a4 &
wait
}