Python 3.10.4 and 3.9.12 are now available out of schedule.

https://discuss.python.org/t/python-3-10-4-and-3-9-12-are-now-available-out-of-schedule/14568/1
This commit is contained in:
Julien Palard 2022-03-24 21:52:44 +01:00
parent 6427a351b3
commit d5206ee218
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ compile-pythons()
# Compiles a usefull set of Python versions.
compile-python 3.7.13 &
compile-python 3.8.13 &
compile-python 3.9.11 &
compile-python 3.10.3 &
compile-python 3.9.12 &
compile-python 3.10.4 &
compile-python 3.11.0 a6 &
wait
}