chore: bump version to 2.46.0 - #286
Merged
Merged
Conversation
Advertises Python 3.12, 3.13 and 3.14 on PyPI. CI has tested those versions since #285 and the release workflow builds on 3.14. The Python 3.7 floor is unchanged.
klotty
approved these changes
Sep 15, 2026
klotty
left a comment
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Version bump to 2.46.0 and PyPI classifiers add Python 3.12-3.14, aligning package metadata with versions already covered by CI; no runtime code changes and the Python 3.7 floor is unchanged, making this a bounded, low-risk release metadata update.
Re-trigger cubic
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.
Developers on Python 3.12, 3.13 or 3.14 now see their version listed as supported on the PyPI page for
resend, and the version badge in the README updates with it.Before, PyPI advertised 3.7 to 3.11 only, although the SDK ran fine on newer interpreters. CI has run lint, mypy and the full test suite on 3.12 to 3.14 since #285, and the release itself is built on 3.14. Nothing in the code changes here.
Now the package metadata matches what CI tests. The Python 3.7 floor stays as it is, so no existing install is affected.
How to reach it. Merge, then tag
v2.46.0onmainand push the tag. After the Release run, https://pypi.org/project/resend/2.46.0/ lists 3.12, 3.13 and 3.14 under Programming Language.Not covered. Python 3.7 is still advertised. It reached end of life in 2023 and CI has not tested it since December 2024. Dropping it is a separate decision for a future release.
Summary by cubic
Bumps
resendto 2.46.0 and adds Python 3.12, 3.13 and 3.14 to the PyPI classifiers. PyPI previously advertised only 3.7–3.11; now the metadata matches what CI tests on those versions. No runtime code changes, and the Python 3.7 floor stays, so existing installs are unaffected. After merging, tagv2.46.0and push the tag to trigger the release build.Written for commit 194c734. Summary will update on new commits.