With Python 3.11, JuliaImporter should implement find_spec, and JuliaModuleLoader should implement exec_module. Otherwise, the following warnings appear:
<frozen importlib._bootstrap>:1049: ImportWarning: JuliaImporter.find_spec() not found; falling back to find_module()
<frozen importlib._bootstrap>:673: ImportWarning: JuliaModuleLoader.exec_module() not found; falling back to load_module()
Shouldn't be too bad to implement though.