Skip to content

Commit 1c1bd5a

Browse files
committed
3.13b3 / python3.12.4
1 parent f30f44f commit 1c1bd5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/cpython-fetch.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ fi
4545

4646
if echo $PYBUILD |grep -q 13$
4747
then
48-
wget -q -c https://www.python.org/ftp/python/3.13.0/Python-3.13.0b1.tar.xz
48+
wget -q -c https://www.python.org/ftp/python/3.13.0/Python-3.13.0b3.tar.xz
4949
tar xf Python-3.13.0b1.tar.xz
5050
ln -s Python-3.13.0b1 cpython${PYBUILD}
5151

5252
fi
5353

5454
if echo $PYBUILD |grep -q 12$
5555
then
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}
56+
wget -q -c https://www.python.org/ftp/python/3.12.4/Python-3.12.4.tar.xz
57+
tar xf Python-3.12.4.tar.xz
58+
ln -s Python-3.12.4 cpython${PYBUILD}
5959
fi
6060

6161

0 commit comments

Comments
 (0)