Merged
Conversation
Co-authored-by: xylar <4179064+xylar@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Python 3.14 to conda package CI testing
Add Python 3.14 to CI testing matrix
Nov 24, 2025
Collaborator
|
We're stuck for now because |
Collaborator
|
A temporary solution would be to install conda and conda-build into an environment for an older version of python and only install the package itself into a separate environment with the newer python, but that doesn't seem worth the bother for now. We can return to this PR when conda is available. |
9c1c78a to
3886f7d
Compare
The build environment can use python 3.13, while the test environment uses the python in the matrix.
3886f7d to
f0acdaf
Compare
xylar
approved these changes
Nov 28, 2025
Collaborator
xylar
left a comment
There was a problem hiding this comment.
Okay, we finally got this working!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Python 3.14 to conda package CI testing and updates single-version CI jobs from 3.13 to 3.14.
Changes
linux_64_python3.14.____cpython.yamlandosx_64_python3.14.____cpython.yamlconfigsThe CI now tests against Python 3.10, 3.11, 3.12, 3.13, and 3.14. All jobs that previously ran on a single Python version (3.13) now run on 3.14.
Original prompt
💡 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.