Switch Windows (32-bit and 64-bit) to Python 3.11.1

This commit is contained in:
Micah Lee 2023-02-05 13:31:34 -08:00
parent 9aa63c60c1
commit 37a006cb12
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 15 additions and 18 deletions

View file

@ -22,7 +22,7 @@ def get_build_path():
python_arch = "win-amd64"
else:
python_arch = "win32"
return os.path.join(desktop_dir, "build", f"exe.{python_arch}-3.9")
return os.path.join(desktop_dir, "build", f"exe.{python_arch}-3.11")
def get_size(dir):