chore(deps): loosen Python version requirement to >=3.11
Some checks failed
Auto Changelog & (Release) / release (push) Successful in 12s
Build and Publish nightly package / build-and-publish (push) Failing after 1m23s

This commit is contained in:
2025-09-12 17:33:45 +02:00
parent 7b1af0c295
commit f3d8583211

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
description = "" description = ""
authors = [{ name = "Max" }] authors = [{ name = "Max" }]
requires-python = "^3.11" requires-python = ">=3.11"
dependencies = ["pillow (>=11.3.0,<12.0.0)", "pyqt5 (>=5.15.11,<6.0.0)"] dependencies = ["pillow (>=11.3.0,<12.0.0)", "pyqt5 (>=5.15.11,<6.0.0)"]
[tool.poetry] [tool.poetry]