-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
I'm working on JuliaPy/pyjulia#538 and believe I have narrowed down the CI issues to the following line in PyCall.jl:
Line 8 in d407513
pyconfigvar(python::AbstractString, var::AbstractString) = pyvar(python, "distutils.sysconfig", "get_config_var('$(var)')") |
distutils is removed in Python 3.12, so this line needs to be updated. I can try to submit a PR when I have time.
Cheers,
Miles
Metadata
Metadata
Assignees
Labels
No labels