Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 24, 2025

Adds Python 3.14 to CI testing and updates single-version workflows to use 3.14 instead of 3.13.

Changes

  • .github/workflows/build_workflow.yml: Added "3.14" to test matrix
  • .github/workflows/docs_workflow.yml: Updated PYTHON_VERSION from "3.13" to "3.14"
  • pyproject.toml: Added "Programming Language :: Python :: 3.14" classifier
  • ci/python3.14.yaml: Created conda environment file with 3.14.* *_cp314 pin

Checklist

  • Documentation has been built locally and changes look as expected
  • Testing comment in the PR documents testing used to verify the changes

Testing

All YAML and TOML files validated for syntax correctness. CodeQL security scan passed with no alerts.

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). We also want to add python 3.14 to the classifiers in the pyproject.toml.</issue_description>

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


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add Python 3.14 to CI testing and classifiers Add Python 3.14 testing Nov 24, 2025
Copilot AI requested a review from xylar November 24, 2025 16:27
Copilot finished work on behalf of xylar November 24, 2025 16:27
@xylar
Copy link
Collaborator

xylar commented Nov 24, 2025

Needs #1124 and perhaps other dependency fixes (not sure what's going wrong with matplotlib-base...)

@xylar xylar force-pushed the copilot/add-python-3-14-testing branch from 264f740 to f955620 Compare November 24, 2025 20:00
@xylar xylar marked this pull request as ready for review November 24, 2025 20:45
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.

Okay, great, looks good at this point.

@xylar xylar merged commit 5726aeb into develop Nov 24, 2025
5 checks passed
@xylar xylar deleted the copilot/add-python-3-14-testing branch November 24, 2025 20:45
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