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
- Update Dockerfile to python:3.14-alpine base image
- Bump package version to 1.1.0
- Set python_requires>=3.10 and add version classifiers (3.10-3.14)
- Fix author_name -> author (correct setuptools field)
- Fix unclosed file handle in setup.py (use context manager)
- Modernize class syntax (remove redundant object inheritance)
- Update CI matrix to test 3.10, 3.12, 3.14
- Update GitHub Actions to checkout@v4 and setup-python@v5
- Update README prerequisites
- Add CHANGELOG.md
All 36 tests pass with 100% coverage on Python 3.14.3.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments