Hi everyone! Fixing Python 3.12 compatibility (PR #3471) #350
ayham-engineering
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there everyone :D
I'm Ayham. I've been exploring the exercises and noticed laser_loc was crashing on Python 3.14 due to the removed imp module.
I just opened PR #3471 to fix this using types.ModuleType. I have tested my fix and it is working.
I'm planning to grep for other deprecated modules to help future-proof the repo. Happy to be here.
Beta Was this translation helpful? Give feedback.
All reactions