aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 12:45:53 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 12:45:53 -0800
commit9aa63c60c14903bbc3a1b214ec358de86cf6fa2b (patch)
treeeb5a761a1f868a5481ec632d541517464e8e8427 /desktop
parent989d91565b241d7dbae1cf350f9fec262b4e51af (diff)
downloadonionshare-9aa63c60c14903bbc3a1b214ec358de86cf6fa2b.tar.gz
onionshare-9aa63c60c14903bbc3a1b214ec358de86cf6fa2b.zip
Update poetry project to allow for Python 3.11
Diffstat (limited to 'desktop')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 6d4957a4..db782200 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.11"
+python = ">=3.7,<3.12"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.4.0"
qrcode = "*"