What's Changed
A Halloween release 👻
- Python 3.9 support is dropped
- Let pytask explain why tasks are executed
- An example of repeated tasks in Jupyter notebooks
- ... and some bug fixes
Here is the complete list
- Use justfile commands in CI. by @tobiasraabe in #695
- Fix --capture tee-sys. by @tobiasraabe in #703
- Explain why tasks will be executed. by @tobiasraabe in #704
- Disable syntax highlighting for platform version information by @tobiasraabe in #706
- Drop support for Python 3.9. by @tobiasraabe in #707
- Update mypy. by @tobiasraabe in #708
- Add uv lock pre-commit check. by @tobiasraabe in #709
- Remove uv as a test dependency. by @erooke in #713
- Properly parse pdbcls from the configuration. by @tobiasraabe in #718
- Fix passing repeated tasks to the functional interface. by @tobiasraabe in #719
Full Changelog: v0.5.5...v0.5.6