What's Changed
Affecting Runtime Behavior
- Drop Python 3.8 and add Python 3.13 by @hartwork in #192
- Handle attempt to combine
--dry-run
with live configuration (fixes #136) by @hartwork in #208
Under the Hood
run-tests.yml
: Replace call topython3 setup.py test
with pytest by @hartwork in #184- Migrate pyupgrade to Python >=3.9 + related changes (follow-up to #192) by @hartwork in #195
- Migrate from yapf to ruff format by @hartwork in #196
- Prepare release 7.4.2 by @hartwork in #209
Full Changelog: 7.4.1...7.4.2