Skip to content

Conversation

@ndgrigorian
Copy link
Collaborator

This PR proposes dropping Python 3.9 support

Copilot AI review requested due to automatic review settings October 29, 2025 21:07
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 removes support for Python 3.9 from the project by updating the minimum required Python version to 3.10. The changes ensure consistency across package metadata and CI/CD configurations.

Key Changes:

  • Updated minimum Python version requirement from 3.9 to 3.10
  • Removed Python 3.9 from CI/CD test matrices
  • Cleaned up Python 3.9-related classifier and comments

Reviewed Changes

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

File Description
pyproject.toml Removed Python 3.9 classifier and updated requires-python constraint to >=3.10
.github/workflows/conda-package.yml Removed Python 3.9 from all test matrix configurations
.github/workflows/build-with-clang.yml Removed outdated comment referencing Python 3.9 issue

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

Copy link
Collaborator

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

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

Thank you @ndgrigorian

@ndgrigorian ndgrigorian merged commit 363031c into master Oct 31, 2025
25 checks passed
@ndgrigorian ndgrigorian deleted the drop-python-3.9 branch October 31, 2025 18:04
@antonwolfy antonwolfy added this to the 2.7.0 release milestone Dec 14, 2025
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