~amirouche/asyncio-foundationdb

abc487a5bbbe7a9c54bcafce7f2397d38c8a9d6a — Amirouche 1 year, 6 months ago 50a468c
ci: cpython: bump all patch number.

ref: https://www.python.org/downloads/
1 files changed, 4 insertions(+), 4 deletions(-)

M python-compile.sh
M python-compile.sh => python-compile.sh +4 -4
@@ 14,10 14,10 @@ PYTHON_VERSION_MAJOR_MINOR="$1"
PYTHON_VERSION=""

case $PYTHON_VERSION_MAJOR_MINOR in
    3.7) PYTHON_VERSION="3.7.12";;
    3.8) PYTHON_VERSION="3.8.12";;
    3.9) PYTHON_VERSION="3.9.9";;
    3.10) PYTHON_VERSION="3.10.1";;
    3.7) PYTHON_VERSION="3.7.13";;
    3.8) PYTHON_VERSION="3.8.13";;
    3.9) PYTHON_VERSION="3.9.11";;
    3.10) PYTHON_VERSION="3.10.3";;
esac

URL="https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz"