Skip to content

chore: require Python 3.10 - #238

Open
bednar wants to merge 2 commits into
mainfrom
codex/python-3-10-minimum
Open

chore: require Python 3.10#238
bednar wants to merge 2 commits into
mainfrom
codex/python-3-10-minimum

Conversation

@bednar

@bednar bednar commented Aug 25, 2026

Copy link
Copy Markdown
Member

Summary

  • Raise the minimum supported Python version from 3.9 to 3.10.
  • Use setuptools 84+, update CircleCI defaults/matrix, and remove the Python 3.9 classifier.
  • Document the breaking runtime requirement.

Verification

  • circleci config validate .circleci/config.yml
  • Built a wheel on Python 3.10 with Requires-Python: >=3.10.
  • Confirmed Python 3.9 cannot install the project with the new build requirement.

@bednar
bednar requested a lite review from Copilot August 25, 2026 07:48
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.94%. Comparing base (d846df5) to head (3df45e1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
+ Coverage   86.90%   86.94%   +0.04%     
==========================================
  Files          28       28              
  Lines        2084     2084              
==========================================
+ Hits         1811     1812       +1     
+ Misses        273      272       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Raises the minimum supported Python version from 3.9 to 3.10 across packaging, documentation, changelog, and CI.

Changes:

  • Requires Python 3.10+ and setuptools 84+.
  • Removes the Python 3.9 classifier.
  • Updates CI versions and documents the breaking change.

Reviewed changes

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

Show a summary per file
File Description
setup.py Updates Python requirement and classifiers.
README.md Documents Python 3.10 minimum.
pyproject.toml Raises setuptools build requirement.
CHANGELOG.md Records the breaking change.
.circleci/config.yml Updates CI defaults and test matrix.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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