Skip to content

Commit 9634480

Browse files
committed
fix: set min python version to 3.10
1 parent c9e4d92 commit 9634480

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This server exposes all Polygon.io API endpoints as MCP tools, providing access
3232

3333
### Prerequisites
3434

35-
- Python 3.8+
35+
- Python 3.10+
3636
- A Polygon.io API key <br> [![Button]][Link]
3737
- [Astral UV](https://docs.astral.sh/uv/getting-started/installation/)
3838
- For existing installs, check that you have a version that supports the `uvx` command.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mcp_polygon"
33
version = "0.1.0"
44
description = "A MCP server project"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"mcp[cli]>=1.4.1",
99
"polygon-api-client>=1.14.4",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)