Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 27, 2025

Extends CI testing to include Python 3.13 and 3.14 as requested.

Changes

  • Updated .github/workflows/test.yml to test on Python 3.10, 3.11, 3.12, 3.13, and 3.14

The existing requires-python = ">=3.7" in pyproject.toml already supports these versions.

Original prompt

please test the package also on 3.13 and 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.

Copilot AI self-assigned this Dec 27, 2025
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
Copilot AI changed the title [WIP] Test package on versions 3.13 and 3.14 Add Python 3.13 and 3.14 to CI test matrix Dec 27, 2025
Copilot AI requested a review from alexlib December 27, 2025 22:50
@alexlib alexlib marked this pull request as ready for review December 28, 2025 06:58
Copilot AI review requested due to automatic review settings December 28, 2025 06:58
@alexlib alexlib merged commit ec16940 into master Dec 28, 2025
9 checks passed
@alexlib alexlib deleted the copilot/test-package-versions-3-13-3-14 branch December 28, 2025 07:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR extends the CI test matrix to include Python 3.13 and 3.14 alongside the existing Python 3.10, 3.11, and 3.12 versions. The change aims to ensure the package is tested against newer Python releases.

Key change:

  • Updated the GitHub Actions workflow test matrix to include Python versions 3.13 and 3.14

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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