From 41752dc0fae0929264396ecd543464d3bbd4989b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=91=AB?= Date: Mon, 22 Sep 2025 21:16:23 +0800 Subject: [PATCH] FX: Raising the Python version to avoid issues with Gradio failing to start. --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f9d5ce..4eab39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,10 @@ classifiers = [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "torch>=2.5.0", "torchaudio>=2.5.0", @@ -78,7 +76,7 @@ version_scheme = "post-release" [tool.black] line-length = 120 -target-version = ['py38'] +target-version = ['py310'] include = '\.pyi?$' extend-exclude = ''' /(