From 70d260669875cccc862a7294b24fc61259f5c1ee Mon Sep 17 00:00:00 2001 From: yuanzhipeng <2501363769@qq.com> Date: Mon, 26 Jan 2026 11:28:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=99=8D=E4=BD=8EPython=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=A6=81=E6=B1=82=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将requires-python从>=3.13降级到>=3.10,以支持更多Python版本 - 在所有pyproject.toml文件中添加Python 3.10、3.11、3.12的分类器 - 更新lzwcai_workflow_to_mcp的版本号从0.1.2到0.1.3 --- lzwcai_mcp_sqlexecutor/pyproject.toml | 5 ++++- lzwcai_mcpskills_analyzeWorkOrder/pyproject.toml | 5 ++++- lzwcai_mcpskills_mfg_data_agent/pyproject.toml | 5 ++++- lzwcai_mcpskills_mfg_data_agentv2/pyproject.toml | 5 ++++- lzwcai_workflow_to_mcp/pyproject.toml | 7 +++++-- 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/lzwcai_mcp_sqlexecutor/pyproject.toml b/lzwcai_mcp_sqlexecutor/pyproject.toml index 0666aa4..42f1a78 100644 --- a/lzwcai_mcp_sqlexecutor/pyproject.toml +++ b/lzwcai_mcp_sqlexecutor/pyproject.toml @@ -7,7 +7,7 @@ name = "lzwcai-mcp-sqlexecutor" version = "0.1.10" description = "MCP server for executing business SQL queries with dynamic tool generation" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, @@ -17,6 +17,9 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ diff --git a/lzwcai_mcpskills_analyzeWorkOrder/pyproject.toml b/lzwcai_mcpskills_analyzeWorkOrder/pyproject.toml index 06bad03..bf24164 100644 --- a/lzwcai_mcpskills_analyzeWorkOrder/pyproject.toml +++ b/lzwcai_mcpskills_analyzeWorkOrder/pyproject.toml @@ -7,7 +7,7 @@ name = "lzwcai-mcpskills-analyzeWorkOrder" version = "0.1.12" description = "MCP server for executing business SQL queries with dynamic tool generation" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, @@ -17,6 +17,9 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ diff --git a/lzwcai_mcpskills_mfg_data_agent/pyproject.toml b/lzwcai_mcpskills_mfg_data_agent/pyproject.toml index ed5e3b1..a29b100 100644 --- a/lzwcai_mcpskills_mfg_data_agent/pyproject.toml +++ b/lzwcai_mcpskills_mfg_data_agent/pyproject.toml @@ -7,7 +7,7 @@ name = "lzwcai-mcpskills-mfg-data-agent" version = "0.1.4" description = "制造业数据智能体 - MCP server for manufacturing data intelligence with dynamic tool generation" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, @@ -17,6 +17,9 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ diff --git a/lzwcai_mcpskills_mfg_data_agentv2/pyproject.toml b/lzwcai_mcpskills_mfg_data_agentv2/pyproject.toml index c165f8d..5f2e98c 100644 --- a/lzwcai_mcpskills_mfg_data_agentv2/pyproject.toml +++ b/lzwcai_mcpskills_mfg_data_agentv2/pyproject.toml @@ -7,7 +7,7 @@ name = "lzwcai-mcpskills-mfg-data-agentv2" version = "0.1.5" description = "制造业数据智能体 - MCP server for manufacturing data intelligence with dynamic tool generation" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, @@ -17,6 +17,9 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ diff --git a/lzwcai_workflow_to_mcp/pyproject.toml b/lzwcai_workflow_to_mcp/pyproject.toml index 9b6cab5..4fbafb3 100644 --- a/lzwcai_workflow_to_mcp/pyproject.toml +++ b/lzwcai_workflow_to_mcp/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "hatchling.build" [project] name = "lzwcai-workflow-to-mcp" -version = "0.1.2" +version = "0.1.3" description = "MCP server for executing business SQL queries with dynamic tool generation" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, @@ -17,6 +17,9 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [