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 11acb55 commit fba060fCopy full SHA for fba060f
1 file changed
scripts/cpython-fetch.sh
@@ -213,9 +213,9 @@ fi
213
214
if echo $PYBUILD |grep -q 12$
215
then
216
- wget -q -c https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz
217
- tar xf Python-3.12.11.tar.xz
218
- ln -s Python-3.12.11 cpython${PYBUILD}
+ wget -q -c https://www.python.org/ftp/python/3.12.12/Python-3.12.12.tar.xz
+ tar xf Python-3.12.12.tar.xz
+ ln -s Python-3.12.12 cpython${PYBUILD}
219
fi
220
221
0 commit comments