Skip to content

fix: Remove dependency on importlib_resources

Abhilash Raj requested to merge maxking/mailman:fix-importlib into master

See #1093 Since importlib.resources is part of stdlib since 3.9, remove dependency on the PyPI package importlib_resources.

This also requires dropping dependency on Python 3.7 & 3.8. 3.7 is already EOL'd and 3.8 is in security bugfix mode only. We are already supporting 3 latest version of Python and distros have supported 3.9 for quite some time now.

Edited by Abhilash Raj

Merge request reports