What's Changed
- Add support for Python 3.13 and drop EOL 3.7-3.8 by @hugovk in #65
- Fix README rendering on PyPI (Thanks to @hugovk)
- Add GitHub Actions workflows for building and publishing to PyPI/TestPyPI and signing with sigstore
- Refactor deprecated
@abstractproperty
to use@property
and@abstractmethod
decorators - Improve type annotations
- Modify to use
setuptools_scm
for package build - Bump minimum version of DataProperty to
1.1.0
- Bump actions/setup-python from 4 to 5 by @dependabot in #61
New Contributors
- @dependabot made their first contribution in #61
Full Changelog: v1.2.0...v1.2.1