diff --git a/flake.nix b/flake.nix index c12b22b6e..3cc8d1d19 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ perSystem = { pkgs, ... }: let - python3 = pkgs.python312; + python3 = pkgs.python313; in { packages = diff --git a/nix/package/default.nix b/nix/package/default.nix index 631a4f475..24fd48ffe 100644 --- a/nix/package/default.nix +++ b/nix/package/default.nix @@ -86,6 +86,7 @@ python3Packages.buildPythonApplication { dependencies = with python3Packages; [ + audioop-lts chardet ffmpeg-python humanfriendly diff --git a/pyproject.toml b/pyproject.toml index 2cfb10a31..446c65a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ description = "A User-Focused Photo & File Management System." version = "9.5.3" license = "GPL-3.0-only" readme = "README.md" -requires-python = ">=3.12,<3.13" +requires-python = ">=3.12,<3.14" dependencies = [ + "audioop-lts; python_version >= '3.13'", "chardet~=5.2", "ffmpeg-python~=0.2", "humanfriendly==10.*",