Skip to content

[WIP] Add support for Python 3.14#196

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-support-for-python-3-14
Draft

[WIP] Add support for Python 3.14#196
Copilot wants to merge 2 commits intomainfrom
copilot/add-support-for-python-3-14

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 9, 2025

  • Explore repository structure and understand Python version configuration
  • Update pyproject.toml to add Python 3.14 classifier
  • Update pyproject.toml to change requires-python constraint to include 3.14
  • Update CI workflow to test against Python 3.14
  • Update uv.lock to reflect new Python version constraint
  • Run tests to verify changes work correctly
  • All tests passing (361 passed, 6 xfailed)
  • Type checking passing with mypy
  • Code formatting verified with ruff

Summary of changes:

  • Added Programming Language :: Python :: 3.14 classifier in pyproject.toml
  • Updated requires-python from >=3.9,<3.14 to >=3.9,<3.15
  • Added Python 3.14 to CI test matrix
  • Updated uv.lock with new Python version constraint
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 <66269169+DanielAvdar@users.noreply.github.com>
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