Closed matthewfeickert closed 5 months ago
@andhus this is ready for review. Please let me know if you have any questions.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
4842a71
) to head (aa3d4fb
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @andhus! Would you be willing to make patch releases of scantree
and dirhash
with these in?
Thanks @andhus! Would you be willing to make patch releases of scantree and dirhash with these in?
Done ✅
Add requires-python metadata through the addition of setuptools's python_requires in setup.py.
The addition of requires-python is to provide guards to keep older CPython versions from installing releases that could contain unrunnable code.