Closed srmainwaring closed 7 months ago
Replace use of deprecated packages that are removed in Python 3.12.
https://importlib-resources.readthedocs.io/en/latest/migration.html
pkg_resources.resource_filename
importlib_resources.files
importlib_resources.as_file
i've merged a smaller change that gets 3.12 working
Replace use of deprecated packages that are removed in Python 3.12.
https://importlib-resources.readthedocs.io/en/latest/migration.html
pkg_resources.resource_filename
withimportlib_resources.files
andimportlib_resources.as_file
Tasks