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

load module for after python 3.11 #41

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

serengil
Copy link
Owner

Tickets

What has been done

Dynamic module loading logic was depending on imp module but this is deprecated after python 3.11. We are now using importlib dependency for python 3.11 and later.

## How to test

make test

@serengil serengil merged commit c9d1d1e into master Dec 23, 2023
4 checks passed
@serengil serengil deleted the feat-task-2312-retire-imp-module branch December 23, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant