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 9de8777376
commit bbc11a01de
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):