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

stop relying on imp (will no longer be available in Python 3.12) #4264

Closed
2 tasks
boegel opened this issue May 27, 2023 · 0 comments · Fixed by #4280
Closed
2 tasks

stop relying on imp (will no longer be available in Python 3.12) #4264

boegel opened this issue May 27, 2023 · 0 comments · Fixed by #4280
Milestone

Comments

@boegel
Copy link
Member

boegel commented May 27, 2023

imp is deprecated since Python 3.4, replaced with importlib, will be removed in Python 3.12 stdlib, cfr. https://docs.python.org/3.11/library/imp.html

Currently used in:

  • easybuild/tools/filetools.py
  • easybuild/tools/hooks.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant