Update python installer version for Windows

PR #21643.
This commit is contained in:
xavier2k6 2024-10-27 07:05:05 +00:00 committed by GitHub
commit e0431e3ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1879,7 +1879,7 @@ void MainWindow::installPython()
{
setCursor(QCursor(Qt::WaitCursor));
// Download python
const auto installerURL = u"https://www.python.org/ftp/python/3.12.4/python-3.12.4-amd64.exe"_s;
const auto installerURL = u"https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe"_s;
Net::DownloadManager::instance()->download(
Net::DownloadRequest(installerURL).saveToFile(true)
, Preferences::instance()->useProxyForGeneralPurposes()