The GitHub Actions job "Fury CI" on fury.git has failed. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: c578cb2fdd3e7fa87f0802afc126219a568f3e1e / Chris Markiewicz <[email protected]> chore(py314): Replace deprecated pkgutil.find_loader (#1888) This PR removes [pkgutil.find_loader()][] and replaces it with [importlib.util.find_spec()][]. `find_loader` was deprecated in Python 3.12 and will be removed in 3.14. `find_spec` has been present since Python 3.4. Both functions return `None` if the module loader cannot be found. For its use in this project, this is sufficient and no translation of the return value is needed. [pkgutil.find_loader()]: https://docs.python.org/3/library/pkgutil.html#pkgutil.get_loader [importlib.util.find_spec()]: https://docs.python.org/3/library/importlib.html#importlib.util.find_spec Report URL: https://github.com/apache/fury/actions/runs/11377235798 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
