Skip to content

Commit 0dc204c

Browse files
fix requires-python version
1 parent d9bdb1e commit 0dc204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"anyio==4.10.0", # We need to pin this version otherwise listing mcp tools using fastmcp within runner fails
3434
"sqlalchemy[mypy]>=2.0.44",
3535
]
36-
requires-python = ">=3.10,<=3.13"
36+
requires-python = ">=3.10,<3.14"
3737
readme = "README.md"
3838
license = {text = "MIT"}
3939
dynamic = ["version"]

0 commit comments

Comments
 (0)