Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit d84c1cf

Browse files
committed
require only python 3.10
1 parent dbfb31d commit d84c1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "create-mcp-server"
33
version = "1.0.1.dev0"
44
description = "Create an MCP server project from a template."
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"click>=8.1.7",
99
"jinja2>=3.1.4",

0 commit comments

Comments
 (0)