Update Python version support to 3.10-3.14#272
Open
brunns wants to merge 3 commits intohamcrest:mainfrom
Open
Conversation
Drop support for Python 3.8 and 3.9, add support for Python 3.13 and 3.14. Update PyPy from 3.9 to 3.11 to align with supported versions. Changes: - Update minimum Python requirement from 3.8 to 3.10 in pyproject.toml - Update Python version classifiers (remove 3.8/3.9, add 3.13/3.14) - Upgrade Sphinx from ~=5.0 to ~=7.0 for Python 3.13+ compatibility (Python 3.13 removed the imghdr module used by Sphinx 5.x) - Update CI matrix to test Python 3.10-3.14 and PyPy 3.11 - Update tox environments: add py313/py314, remove py38/py39 - Update development tools (lint, typing, docs) to use Python 3.14 - Simplify future.py type annotations by removing Python 3.9 compatibility code All tests, linting, type checking, and documentation builds pass. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
80290ab to
731df26
Compare
Co-Authored-By: Claude Sonnet 4.5 <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.
Summary
Update Python version support from 3.8-3.12 to 3.10-3.14, dropping support for Python 3.8 and 3.9 while adding support for Python 3.13 and 3.14.
Changes
imghdrmodule used by Sphinx 5.x)future.pytype annotationsTesting
All environments pass locally:
mypy)CI will verify tests pass across all supported Python versions (3.10-3.14) and PyPy 3.11.
🤖 Generated with Claude Code