Switch to Python 3.10.9, because PySide6 does not support 3.11 yet

This commit is contained in:
Micah Lee 2023-02-05 13:39:28 -08:00
parent 37a006cb12
commit f410b19277
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 19 additions and 19 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.11")
return os.path.join(desktop_dir, "build", f"exe.{python_arch}-3.10")
def get_size(dir):