Added
- Support for Python 3.13
- Workflow action to keep the reusable CI/CD action up to date within the cookiecutter template
Changed
- Now uses ruff for linting and formatting instead of flake8
Removed
- The unused
process.main
function as we don't register it as a console script entrypoint
Fixed
- Tests using the
script_runner
fixture will no longer raise usage warnings