aboutsummaryrefslogtreecommitdiff
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
parent989d91565b241d7dbae1cf350f9fec262b4e51af (diff)
downloadonionshare-9aa63c60c14903bbc3a1b214ec358de86cf6fa2b.tar.gz
onionshare-9aa63c60c14903bbc3a1b214ec358de86cf6fa2b.zip
Update poetry project to allow for Python 3.11
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--desktop/pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b9ec18c1..d2f9f447 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Observing the VM...
- run: dir C:\C:\hostedtoolcache\windows\Python\
+ run: dir C:\hostedtoolcache\windows\Python\
- name: Install poetry
run: C:\hostedtoolcache\windows\Python\3.9.13\x64\python -m pip install poetry
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 = "*"