tartufo
tartufo copied to clipboard
Drop support for python 3.7
To help us get this pull request reviewed and merged quickly, please be sure to include the following items:
- [ ] Tests (if applicable)
- [ ] Documentation (if applicable)
- [X] Changelog entry
- [X] A full explanation here in the PR description of the work done
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Tests
- [X] Other
Backward Compatibility
Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?
- [X] Yes (backward compatible)
- [ ] No (breaking changes)
Issue Linking
What's new?
- Drop support for python 3.7. Support for this version ends on 27 June 2023; there's no reason not to use a newer version (or the container, which is based on python 3.11) unless your OS vendor has stuck you with an earlier one.