Drop Python 3.8 and 3.9 support, require 3.10+#42
Merged
EarningsCall merged 5 commits intomasterfrom Mar 4, 2026
Merged
Conversation
Python 3.8 and 3.9 have reached end-of-life. The latest virtualenv is incompatible with Python 3.9, breaking CI. Bump minimum to 3.10. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Breaking: Drop support for Python 3.8 and 3.9. Minimum required version is now Python 3.10. Add Python 3.14 to supported versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
…rmatting The container test matrix in hatch.toml still included 3.8 and 3.9, causing hatch run all:test to fail. Also fix extra blank lines in 3 files that black --check flagged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 5, 2026
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.
Summary
requires-python >= 3.10and update classifiers, test matrix, and linter target versionsvirtualenvbeing incompatible with Python 3.9Test plan
🤖 Generated with Claude Code
Note
Medium Risk
Medium risk because this is a breaking change that prevents installs/runs on Python 3.8/3.9 and updates CI/lint targets accordingly; runtime logic is otherwise unchanged.
Overview
Bumps the package to
2.0.0and makes Python 3.10 the minimum supported version, removing3.8/3.9fromrequires-python, trove classifiers, and the Hatch test matrix while adding support for Python3.14.Updates CI to run/lint/coverage on Python
3.10instead of3.9, updates formatter/linter target versions (black/rufftopy310), and refreshes the changelog and version-related unit test expectations.Written by Cursor Bugbot for commit cd8d049. This will update automatically on new commits. Configure here.