v0.15.0
What's Changed
- ci: Enable deployment to PyPI on GitHub release by @matthewfeickert in #81
- ci: Remove deprecated Pythons from CI by @matthewfeickert in #84
- fix: Update Dockerfile base to almalinux:9.1 by @matthewfeickert in #85
- fix: Add long description metadata by @matthewfeickert in #86
- build: Require Python 3.7+ by @matthewfeickert in #87
- ci: Add Python 3.11 to testing by @matthewfeickert in #88
- fix: Add importlib-metadata constraint to avoid celery import bug by @matthewfeickert in #90
- chore: Update default branch name from 'master' to 'main' by @matthewfeickert in #92
- ci: Add ability to publish to TestPyPI from workflow dispatch by @matthewfeickert in #93
Support Python 3.7+ (drop support for Python 3.6).
This should be viewed as a temporary release until Issue #91 is resolved. After that and a new release is made v0.15.0 should be yanked from PyPI.
Full Changelog: v0.14.24...v0.15.0