We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133092c commit 98f3572Copy full SHA for 98f3572
pyproject.toml
@@ -8,8 +8,9 @@ description = "A User-Focused Photo & File Management System."
8
version = "9.5.3"
9
license = "GPL-3.0-only"
10
readme = "README.md"
11
-requires-python = ">=3.12,<3.13"
+requires-python = ">=3.12,<3.14"
12
dependencies = [
13
+ "audioop-lts; python_version >= '3.13'",
14
"chardet~=5.2",
15
"ffmpeg-python~=0.2",
16
"humanfriendly==10.*",
0 commit comments