ok it can show off it's version i guess

This commit is contained in:
Arris Kathery 2023-12-10 19:48:49 -08:00
parent 17f0d47d59
commit 39b190cf75
Signed by: elburg
GPG key ID: 565F8F14CB163871
5 changed files with 198 additions and 1 deletions

View file

@ -6,7 +6,8 @@ authors = ["Arris Kathery <whotookelburg@hotmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python = "<3.13,>=3.8"
pyside6 = "^6.6.1"
[build-system]