Closed bdice closed 1 year ago
Closes #53 by replacing use of pkg_resources with importlib.resources. This should fix Python 3.12 support.
pkg_resources
importlib.resources
:tada: This PR is included in version 1.7.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Closes #53 by replacing use of
pkg_resources
withimportlib.resources
. This should fix Python 3.12 support.