Update poetry project to allow for Python 3.11

This commit is contained in:
Micah Lee 2023-02-05 12:45:53 -08:00
parent 989d91565b
commit 9aa63c60c1
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 = "*"