I had to ignore a failing test when adding 3.13 to the test matrix #1977, as the zip importer no longer exposes a private _files list for PackageLoader.list_templates to use. Presumably I didn't use importlib.resources before because I had to support older Python versions? Either way, should be able to now. Consider the importlib_resources backport for 3.7 and 3.8 so we can use the files API in all versions.
I had to ignore a failing test when adding 3.13 to the test matrix #1977, as the zip importer no longer exposes a private
_fileslist forPackageLoader.list_templatesto use. Presumably I didn't useimportlib.resourcesbefore because I had to support older Python versions? Either way, should be able to now. Consider theimportlib_resourcesbackport for 3.7 and 3.8 so we can use thefilesAPI in all versions.