mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
fix <= python3.13
This commit is contained in:
@@ -7,7 +7,7 @@ name = "envied"
|
||||
version = "1.4.8"
|
||||
description = "Modular Movie, TV, and Music Archival Software."
|
||||
authors = [{ name = "rlaphoenix and others" }]
|
||||
requires-python = ">=3.11,<3.15"
|
||||
requires-python = ">=3.11,<3.14"
|
||||
readme = "README.md"
|
||||
license = "GPL-3.0-only"
|
||||
keywords = [
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user