Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 11, 2026

Adds Python 3.14 to supported versions and updates CI matrix.

Changes

  • pyproject.toml: Added Python 3.14 classifier
  • pyproject.toml: Unified torch dependency spec from python_version == '3.13' to python_version >= '3.13' (covers 3.13, 3.14, and future versions)
  • .github/workflows/ci.yml: Added '3.14' to test matrix
  • uv.lock: Updated lock file to reflect new torch dependency markers
  • .pre-commit-config.yaml: Updated ruff to v0.14.14

The torch dependency change simplifies maintenance—future Python versions will automatically use torch>=2.6 without additional config updates.

Original prompt

add support for python 3.14 update ci as well.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: eh-main-bot <171766998+eh-main-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for Python 3.14 and update CI Add Python 3.14 support Jan 11, 2026
Copilot AI requested a review from eh-main-bot January 11, 2026 16:00
@eh-main-bot
Copy link
Collaborator

@copilot run 'make update' update lock file.

Co-authored-by: eh-main-bot <171766998+eh-main-bot@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 25, 2026

@copilot run 'make update' update lock file.

Done! Updated the lock file and pre-commit hooks. Changes in commit 77dad55:

  • uv.lock now reflects the updated torch dependency markers (python_full_version >= '3.13')
  • ruff updated to v0.14.14

Signed-off-by: eh-main-bot <avdard@etz-hadaat.xyz>
Signed-off-by: eh-main-bot <avdard@etz-hadaat.xyz>
Signed-off-by: eh-main-bot <avdard@etz-hadaat.xyz>
@eh-main-bot eh-main-bot reopened this Jan 25, 2026
@eh-main-bot eh-main-bot deleted the copilot/add-python-3-14-support branch January 26, 2026 15:44
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