Skip to content
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

Update deprecated functions #629

Merged
merged 9 commits into from
Jun 24, 2024
Merged

Conversation

IsabelParedes
Copy link
Member

  • find_package(PythonInterp) is deprecated since cmake v3.12 (See FindPythonInterp).

  • The following have been deprecated since Python 3.11 and are replaced with a PyConfig structure introduced in Python 3.8

    • Py_SetProgramName
    • Py_SetPythonHome
    • PySys_SetArgvEx

@anutosh491
Copy link
Contributor

I think this should fix #568

@IsabelParedes
Copy link
Member Author

macos-11 deprecated sooner than announced.

@IsabelParedes IsabelParedes marked this pull request as ready for review June 17, 2024 15:13
@JohanMabille JohanMabille merged commit dd50285 into jupyter-xeus:main Jun 24, 2024
13 checks passed
@IsabelParedes IsabelParedes deleted the deprecate branch June 25, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants