aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 13:39:28 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 13:39:28 -0800
commitf410b1927750b913155583d6ff788184ed9a9b90 (patch)
treef8f0f03d6f1964a0ded7383ffdfdd0029920f670 /desktop/pyproject.toml
parent37a006cb12336b5aed3ac39d64bcd4a41e4c312f (diff)
downloadonionshare-f410b1927750b913155583d6ff788184ed9a9b90.tar.gz
onionshare-f410b1927750b913155583d6ff788184ed9a9b90.zip
Switch to Python 3.10.9, because PySide6 does not support 3.11 yet
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index db782200..6d4957a4 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
[tool.poetry.dependencies]
-python = ">=3.7,<3.12"
+python = ">=3.7,<3.11"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.4.0"
qrcode = "*"