From 9aa63c60c14903bbc3a1b214ec358de86cf6fa2b Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 5 Feb 2023 12:45:53 -0800 Subject: Update poetry project to allow for Python 3.11 --- .github/workflows/build.yml | 2 +- desktop/pyproject.toml | 2 +- 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 "] 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 = "*" -- cgit v1.2.3-54-g00ecf