build: python 3.12

This commit is contained in:
Kat Inskip 2024-07-13 10:48:09 -07:00
parent e3bf98deaf
commit 734bc56e7d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 4 additions and 488 deletions

View file

@ -15,7 +15,7 @@ packages = [
gui = "konawall.gui:main"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
pillow = "^10.0.1"
screeninfo = "^0.8.1"
requests = "^2.31.0"