Source: python-josepy Version: 1.14.0-3 Severity: normal Dear Maintainer,
josepy will now prefer the newer importlib.resources from the standard library over the importlib_resources backport. Greetings Alexandre Detiste tests/test_util.py-if sys.version_info >= (3, 9): tests/test_util.py: import importlib.resources as importlib_resources tests/test_util.py-else: tests/test_util.py: import importlib_resources