Skip to content

Add support for Python 3.14#285

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

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

Conversation

Copy link
Contributor

Copilot AI commented Oct 9, 2025

This PR adds support for Python 3.14 to the Tab-right package.

Changes

  • Package metadata: Added Programming Language :: Python :: 3.14 classifier to pyproject.toml to declare Python 3.14 compatibility
  • CI/CD: Updated the test matrix in .github/workflows/ci.yml to include Python 3.14, ensuring the package is tested against this version on Ubuntu, macOS, and Windows

Verification

All existing tests (136 total) pass successfully with these changes, and all pre-commit linting checks pass. The package configuration remains valid and the changes are backward compatible with existing Python versions (3.10-3.13).

Context

Python 3.14 is the next version in development, and adding support ensures the package will be ready when it's released. The Tab-right package's codebase is already compatible with Python 3.14, so only metadata and CI configuration updates were needed.

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>
Copilot AI changed the title [WIP] Add support for Python 3.14 Add support for Python 3.14 Oct 9, 2025
Copilot AI requested a review from DanielAvdar October 9, 2025 13:26
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