Update python requirement and dependencies

This commit is contained in:
Šarūnas Nejus 2025-11-05 09:11:27 +00:00
parent d64efbb6c1
commit a7830bebae
No known key found for this signature in database
2 changed files with 383 additions and 489 deletions

869
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,6 @@ classifiers = [
"Environment :: Web Environment",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
@ -42,7 +41,7 @@ Changelog = "https://github.com/beetbox/beets/blob/master/docs/changelog.rst"
"Bug Tracker" = "https://github.com/beetbox/beets/issues"
[tool.poetry.dependencies]
python = ">=3.9,<4"
python = ">=3.10,<4"
colorama = { version = "*", markers = "sys_platform == 'win32'" }
confuse = ">=2.1.0"