v1.0.2
- Change the
contextsetting ofdecimalto be local to theget_integer_digitfunction, not global: #59 (Thanks to @benjaminrigaud) - Add GitHub Actions workflows for building and publishing to PyPI/TestPyPI and signing with sigstore
- Drop support for Python 3.7/3.8
- Add support for Python 3.12/3.13
- Update minimum
typepyversion to 1.3.2 - Modify to use
setuptools_scmfor package build - Improve type annotations
- Refactor deprecated
@abstractpropertyto use@propertyand@abstractmethoddecorators - Use
Finalfor constants and type hints across the codebase - Update copyright years
Full Changelog: v1.0.1...v1.0.2