Skip to content

Commit

Permalink
Trying to become compatible with Python 3.13 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Nov 12, 2024
1 parent a983603 commit 105751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pya/pya/pya.cc
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ PythonInterpreter::PythonInterpreter (bool embedded)
}
}

Py_SetPath (tl::to_wstring (path).c_str ());
tl::set_env (pythonpath_name, path);

}

Expand Down

0 comments on commit 105751e

Please sign in to comment.