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 project.

Changes

Package Metadata

  • Added "Programming Language :: Python :: 3.14" classifier to pyproject.toml to declare Python 3.14 compatibility
  • The existing requires-python = ">=3.10" constraint already supports Python 3.14, so no changes were needed there

CI/CD Pipeline

  • Added '3.14' to the Python version test matrix in .github/workflows/ci.yml
  • This ensures the project is tested against Python 3.14 on Ubuntu, macOS, and Windows runners

Verification

Both configuration files have been validated:

  • pyproject.toml is valid TOML with correct classifier syntax
  • .github/workflows/ci.yml is valid YAML with proper matrix configuration
  • ✅ Pre-commit hooks passed successfully

With these changes, users can now install and use dev-kit-mcp-server on Python 3.14, and the CI pipeline will automatically test against this version to ensure ongoing compatibility.

Original prompt

Add suport for python 3.14


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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:25
Copilot finished work on behalf of DanielAvdar October 9, 2025 13:25
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