Skip to content

Conversation

DanStough
Copy link
Contributor

Description

Unify the python min version to the minimum required by the MCP framework.

Closes #3

@DanStough DanStough requested review from joedursun and Copilot May 14, 2025 17:48
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR unifies the minimum required Python version to align with the MCP framework requirements. The changes update the Python version in both pyproject.toml and the README.

  • Update the Python version requirement in pyproject.toml from ">=3.13" to ">=3.10"
  • Update the Python version requirement in README.md accordingly

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Modified the requires-python field to ">=3.10"
README.md Updated the Python version requirement to 3.10

@DanStough DanStough merged commit 9634480 into master May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv lock requires-python = ">=3.13" ?
2 participants