You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forPackageLoader.list_templates
to use. Presumably I didn't useimportlib.resources
before because I had to support older Python versions? Either way, should be able to now. Consider theimportlib_resources
backport for 3.7 and 3.8 so we can use thefiles
API in all versions.The text was updated successfully, but these errors were encountered: