Skip to content

Commit 98f3572

Browse files
committed
fix(pyproject): allow Python 3.13 to function
1 parent 133092c commit 98f3572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ description = "A User-Focused Photo & File Management System."
88
version = "9.5.3"
99
license = "GPL-3.0-only"
1010
readme = "README.md"
11-
requires-python = ">=3.12,<3.13"
11+
requires-python = ">=3.12,<3.14"
1212
dependencies = [
13+
"audioop-lts; python_version >= '3.13'",
1314
"chardet~=5.2",
1415
"ffmpeg-python~=0.2",
1516
"humanfriendly==10.*",

0 commit comments

Comments
 (0)