-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
use importlib
instead of deprecated imp
module
#77
Merged
Commits on Aug 17, 2023
-
use
importlib
instead of deprecatedimp
moduleThis fixes tests with python 3.12 where the `imp` module was [removed](https://docs.python.org/3.12/whatsnew/3.12.html#removed). This should fix issue wbond#74.
Configuration menu - View commit details
-
Copy full SHA for 3be536e - Browse repository at this point
Copy the full SHA 3be536eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 199f07e - Browse repository at this point
Copy the full SHA 199f07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19de26b - Browse repository at this point
Copy the full SHA 19de26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6973b91 - Browse repository at this point
Copy the full SHA 6973b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8843c89 - Browse repository at this point
Copy the full SHA 8843c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53fa3ca - Browse repository at this point
Copy the full SHA 53fa3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b013e44 - Browse repository at this point
Copy the full SHA b013e44View commit details
Commits on Aug 18, 2023
-
Use importlib with python 3.5+
This fixes `python run.py ci` under python 3.12.
Configuration menu - View commit details
-
Copy full SHA for 8ec7163 - Browse repository at this point
Copy the full SHA 8ec7163View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23d848a - Browse repository at this point
Copy the full SHA 23d848aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9941d3b - Browse repository at this point
Copy the full SHA 9941d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 799aa0d - Browse repository at this point
Copy the full SHA 799aa0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a588fa - Browse repository at this point
Copy the full SHA 8a588faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f8e2f - Browse repository at this point
Copy the full SHA d9f8e2fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.