feat: move to python3.11

This commit is contained in:
Kat Inskip 2024-07-13 10:55:07 -07:00
parent 734bc56e7d
commit 936050d035
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 11 additions and 11 deletions

View file

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