Change to Python 3.11 in a few other places

This commit is contained in:
Micah Lee 2023-10-16 20:57:00 -07:00
parent 1f0d91b663
commit 0a8e380ac0
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 5 additions and 5 deletions

View file

@ -321,7 +321,7 @@ def main():
@main.command()
def cleanup_build():
"""Delete unused PySide6 stuff to save space"""
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.10")
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.11")
before_size = get_size(build_path)
for dirname in ["qml"]: