Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usages of legacy importlib API. #2531

Closed

Commits on Mar 20, 2023

  1. Remove usages of legacy importlib API.

    The Python >= 3.10 compatible usages of importlib added in
    277ff54 can be safely applied to any
    version of Python >= 3.5 which covers the full range that Hydra
    supports.
    
    Getting rid of the old decrecated API, asides from cleaning up, will
    keep Hydra compatible with PyInstaller if PyInstaller doesn't get cold
    feet and revert its dropping of support for the legacy API
    (pyinstaller/pyinstaller#7344).
    bwoodsend committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0f7031b View commit details
    Browse the repository at this point in the history