feat: add Python 3.14 support and Python 3.15 beta support#345
Closed
privateip wants to merge 2 commits intoitential:develfrom
Closed
feat: add Python 3.14 support and Python 3.15 beta support#345privateip wants to merge 2 commits intoitential:develfrom
privateip wants to merge 2 commits intoitential:develfrom
Conversation
Member
privateip
commented
Mar 18, 2026
- Add py314 and py315 to tox envlist with dedicated testenv sections
- Extend CI matrix to include 3.14 as a required gate and 3.15 with continue-on-error for beta visibility without blocking merges
- Add tox-py314 and tox-py315 Makefile targets for local dev convenience
- Add Python 3.14 PyPI classifier; omit 3.15 classifier until stable release
- Fix two tests that used object.setattr on IpsdkError.response, which became a read-only property in Python 3.14
- Update AGENTS.md and README.md version matrices to reflect expanded support
- Add py314 and py315 to tox envlist with dedicated testenv sections - Extend CI matrix to include 3.14 as a required gate and 3.15 with continue-on-error for beta visibility without blocking merges - Add tox-py314 and tox-py315 Makefile targets for local dev convenience - Add Python 3.14 PyPI classifier; omit 3.15 classifier until stable release - Fix two tests that used object.__setattr__ on IpsdkError.response, which became a read-only property in Python 3.14 - Update AGENTS.md and README.md version matrices to reflect expanded support
- Fix ci.yaml workflow header comment to reflect expanded matrix (3.10–3.14, beta 3.15) - Remove py315 from default tox envlist so make tox doesn't fail for developers without Python 3.15 installed; py315 remains available via explicit tox-py315 target - Update Makefile tox target comment to match envlist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.