From ea76910451a135c8778d6901b4e3cf8b053aa17f Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:26:38 -0700 Subject: [PATCH] build: bump python to 3.14 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5a29a70..1035bda8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "A User-Focused Photo & File Management System." version = "9.6.4" license = "GPL-3.0-only" readme = "README.md" -requires-python = ">=3.12,<3.14" +requires-python = ">=3.14,<=3.15" dependencies = [ "audioop-lts; python_version >= '3.13'", "chardet~=5.2", @@ -22,7 +22,7 @@ dependencies = [ "numpy~=2.2", "opencv_python~=4.11", "Pillow>=10.2,<12", - "pillow-heif~=0.22", + "pillow-heif~=1.5.0", "pillow-jxl-plugin~=1.3", "py7zr~=1.1.3", "pydantic~=2.10",