Added
- Support for Python 3.12 and 3.13.
- Use of
pyproject.toml
instead ofsetup.py
andrequirements.txt
. - Supports new plugin discovery mechanism for the main Statick tool.
- Switched from yapsy to setuptools for plugin mechanism. (sscpac/statick#508)
Changed
- Disabled code coverage requirements in CI for now.
- Unable to get line coverage working with new plugin mechanism.
Unit tests still work to find problems.
- Unable to get line coverage working with new plugin mechanism.
- Rename plugin modules so they are shorter and less redundant.
Removed
- No longer support Python 3.8.