Skip to content

Conversation

@t-b
Copy link
Collaborator

@t-b t-b commented Dec 10, 2025

Close #586

t-b added 2 commits December 10, 2025 15:46
This is out of support since Nov 1st 2025.
@t-b t-b self-assigned this Dec 10, 2025
@t-b t-b requested a review from Copilot December 10, 2025 14:58
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 drops support for Python 3.9 and adds support for Python 3.14 (stable release) across the project's configuration and CI/CD workflows. The change aligns with Python 3.9's end-of-life status and adopts the latest Python version. All changes are consistent across configuration files and test workflows.

  • Updated minimum Python version requirement from 3.9 to 3.10
  • Removed Python 3.9 from version classifiers in package metadata
  • Updated CI/CD workflows to test Python 3.10-3.14 (replacing 3.14-rc/3.14-dev with stable 3.14)

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated minimum Python version to 3.10 and removed Python 3.9 classifier
.github/workflows/nightly-onprem.yml Updated test matrix to use Python 3.10-3.14 (stable), removing 3.9 and 3.14-rc
.github/workflows/github-actions-ci.yml Updated both test matrices to use Python 3.10-3.14 (stable), removing 3.9 and 3.14-dev

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

@t-b t-b merged commit 896e98e into master Dec 10, 2025
16 checks passed
@t-b t-b deleted the update-supported-python-versions branch December 10, 2025 15:37
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.

Remove support for python 3.9

2 participants