aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 13:31:34 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 13:31:34 -0800
commit37a006cb12336b5aed3ac39d64bcd4a41e4c312f (patch)
tree6a6cb8275c7fa20a19761f7892b50d680e808263 /desktop
parent9aa63c60c14903bbc3a1b214ec358de86cf6fa2b (diff)
downloadonionshare-37a006cb12336b5aed3ac39d64bcd4a41e4c312f.tar.gz
onionshare-37a006cb12336b5aed3ac39d64bcd4a41e4c312f.zip
Switch Windows (32-bit and 64-bit) to Python 3.11.1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/scripts/build-windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/build-windows.py b/desktop/scripts/build-windows.py
index 76634696..9c8713a6 100644
--- a/desktop/scripts/build-windows.py
+++ b/desktop/scripts/build-windows.py
@@ -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):