Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 24, 2025

Adds Python 3.14 to CI testing matrix and updates all single-version CI jobs from 3.13 to 3.14.

Changes

  • Build workflow: Added "3.14" to test matrix alongside 3.10-3.13, updated PYTHON_VERSION env var to "3.14"
  • Docs workflow: Updated PYTHON_VERSION to "3.14" for documentation builds
  • Pre-commit update workflow: Updated PYTHON_VERSION to "3.14"
  • Conda config: Created ci/python3.14.yaml matching format of existing version configs
  • Package metadata: Added Python 3.14 classifier to pyproject.toml

All CI jobs that run on a single Python version now use 3.14 (pre-commit linting, docs builds, pre-commit auto-updates).

Original prompt

This section details on the original issue you should resolve

<issue_title>Add python 3.14 testing</issue_title>
<issue_description>We want to add python 3.14 to the CI testing and make sure any CI that runs on only one python version uses 3.14 (instead of 3.13).</issue_description>

Comments on the Issue (you are @copilot in this section)


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

Co-authored-by: xylar <4179064+xylar@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Python 3.14 to CI testing Add Python 3.14 testing and update static Python version to 3.14 Nov 24, 2025
Copilot AI requested a review from xylar November 24, 2025 14:31
@xylar xylar marked this pull request as ready for review November 24, 2025 14:35
Copy link
Collaborator

@xylar xylar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@xylar xylar merged commit 4ce2d7d into main Nov 24, 2025
6 checks passed
@xylar xylar deleted the copilot/add-python-3-14-testing branch November 24, 2025 14:35
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.

Add python 3.14 testing

2 participants