Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Oct 9, 2025

This PR adds support for Python 3.14 to the dev-kit-mcp-server package.

Changes

Added Python 3.14 to the list of supported Python versions in:

  • pyproject.toml: Added Python 3.14 classifier for PyPI package metadata
  • .github/workflows/ci.yml: Added Python 3.14 to the CI test matrix

Compatibility

No code changes were required as the codebase is already compatible with Python 3.14:

  • The requires-python = ">=3.10" constraint already allows Python 3.14
  • The code uses tomllib (built-in since Python 3.11) with a fallback to tomli for older Python versions
  • All dependencies are compatible with Python 3.14

Testing

  • ✅ All 157 existing tests pass
  • ✅ All pre-commit hooks and linting checks pass
  • ✅ No breaking changes introduced

Once Python 3.14 is officially released, the CI pipeline will automatically start testing against it, ensuring continued compatibility.

Original prompt

Add suport for python 3.14


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: DanielAvdar <[email protected]>
@Copilot Copilot AI changed the title [WIP] Add support for Python 3.14 Add support for Python 3.14 Oct 9, 2025
@Copilot Copilot AI requested a review from DanielAvdar October 9, 2025 13:24
Copilot finished work on behalf of DanielAvdar October 9, 2025 13:24
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.

2 participants