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 1c1bd5a commit 6861ae2Copy full SHA for 6861ae2
1 file changed
scripts/cpython-fetch.sh
@@ -46,8 +46,8 @@ fi
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.0b3.tar.xz
49
- tar xf Python-3.13.0b1.tar.xz
50
- ln -s Python-3.13.0b1 cpython${PYBUILD}
+ tar xf Python-3.13.0b3.tar.xz
+ ln -s Python-3.13.0b3 cpython${PYBUILD}
51
52
fi
53
0 commit comments