move sqlite server to python 3.10

This commit is contained in:
David Soria Parra
2024-11-22 23:12:33 +00:00
parent 8e63b5e9b8
commit ec3c60c0c0
6 changed files with 180 additions and 143 deletions

View File

@@ -1,9 +1,9 @@
[project]
name = "mcp-server-sqlite"
version = "0.4.0"
version = "0.4.1"
description = "A simple SQLite MCP server"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.10"
dependencies = ["mcp>=0.9.1"]
[build-system]