fix <= python3.13

This commit is contained in:
VineFeeder
2025-10-29 13:05:38 +00:00
parent 32f0936ffd
commit e44facfb4b
4 changed files with 6 additions and 122 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ name = "vinefeeder"
version = "0.1.0"
description = "GUI front-end for envied"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.10,<3.14"
dependencies = [
"envied", # resolved via [tool.uv.sources] at the workspace root
"PyQt6", # or GUI toolkit(s)