Update to use python 3.12 and pyside 6.8.2

This commit is contained in:
Micah Lee 2025-02-02 12:30:41 -08:00
parent 4908d8d0f2
commit f6af3f0c5f
No known key found for this signature in database
4 changed files with 322 additions and 53 deletions

View file

@ -6,14 +6,14 @@ authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.10,<3.13"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.5.2"
PySide6 = "6.8.2"
qrcode = "*"
werkzeug = "*"
python-gnupg = "*"
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
click = "*"
black = "*"
pytest = "*"