- Drop support for Python 3.6/3.7/3.8
- Add support for Python 3.11/3.12/3.13
- Add support for PyPI-specific formatting in
ReadmeMaker
- Update the
path
dependency version to allow v17 - Modify to use
setuptools_scm
for package build - Set
zip_safe
toFalse
insetup.py
- Add GitHub Actions workflow for building and publishing to PyPI
- Remove deprecated
tests_require
fromsetup.py
- Update copyright years
Full Changelog: v1.1.0...v1.2.0