We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30f44f commit 1c1bd5aCopy full SHA for 1c1bd5a
scripts/cpython-fetch.sh
@@ -45,17 +45,17 @@ fi
45
46
if echo $PYBUILD |grep -q 13$
47
then
48
- wget -q -c https://www.python.org/ftp/python/3.13.0/Python-3.13.0b1.tar.xz
+ wget -q -c https://www.python.org/ftp/python/3.13.0/Python-3.13.0b3.tar.xz
49
tar xf Python-3.13.0b1.tar.xz
50
ln -s Python-3.13.0b1 cpython${PYBUILD}
51
52
fi
53
54
if echo $PYBUILD |grep -q 12$
55
56
- wget -q -c https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tar.xz
57
- tar xf Python-3.12.3.tar.xz
58
- ln -s Python-3.12.3 cpython${PYBUILD}
+ wget -q -c https://www.python.org/ftp/python/3.12.4/Python-3.12.4.tar.xz
+ tar xf Python-3.12.4.tar.xz
+ ln -s Python-3.12.4 cpython${PYBUILD}
59
60
61
0 commit comments