Skip to content

Commit

Permalink
Fix Maya 2025.2 Python download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Sep 7, 2024
1 parent 3c50b6a commit 5c44409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/maya.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
PYTHON_WINDOWS_DOWNLOAD_URL = {
"3.10.11": "https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe",
"3.11.4": "https://www.python.org/ftp/python/3.11.4/Python-3.11.4.tgz",
"3.11.4": "https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe",
}
SEVENZIP_WINDOWS_DOWNLOAD_URL = {
"2301": "https://www.7-zip.org/a/7z2401-x64.exe"
Expand Down

0 comments on commit 5c44409

Please sign in to comment.