You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.9 reached End-of-Life on October 31, 2025 and no longer receives
security updates or bug fixes from the Python core team.
Changes:
- Update requires-python from ">=3.9" to ">=3.10" in pyproject.toml
- Remove Python 3.9 classifier from pyproject.toml
- Remove Python 3.9 from CI test matrix
- Remove py39 from tox envlist
- Update ruff target-version from py39 to py310
- Update mypy python_version from 3.9 to "3.10"
- Update README.rst and docs/introduction.rst to reflect Python 3.10-3.13 support
- Add strict=False to zip() calls (Python 3.10+ requirement)
Closes#617
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments