From 825c64c4dd4c204b757961764c497c237bafaf53 Mon Sep 17 00:00:00 2001 From: Cunliang Kong Date: Mon, 16 Mar 2026 16:02:20 +0800 Subject: [PATCH] change python version --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 24ee5b1..2c07333 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.11 diff --git a/pyproject.toml b/pyproject.toml index 452e362..aec1d82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ name = "models-deploy" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = []