From 8ec26dea3c372c87bc5a3584ff8515c19f17a1da Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:34:41 -0700 Subject: [PATCH] fix: disallow 3.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db2a3ac9..d6d575e7 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.14,<=3.15" +requires-python = ">=3.14,<3.15" dependencies = [ "audioop-lts~=0.2.2", "chardet~=5.2",