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

Python 3.14 support #1242

Open
moreati opened this issue Feb 4, 2025 · 0 comments
Open

Python 3.14 support #1242

moreati opened this issue Feb 4, 2025 · 0 comments
Labels
affects-0.3 Issues related to 0.3.X Mitogen releases feature Design and functional additions

Comments

@moreati
Copy link
Member

moreati commented Feb 4, 2025

Beta expected May 2025, final expected Oct 2025 https://peps.python.org/pep-0745/

From https://docs.python.org/3.14/whatsnew/3.14.html

  • os: Soft deprecate os.popen() and os.spawn* functions. They should no longer be used to write new code. The subprocess module is recommended instead. (Contributed by Victor Stinner in gh-120743.)

  • The import system:

    • Setting cached on a module while failing to set spec.cached is deprecated. In Python 3.15, cached will cease to be set or take into consideration by the import system or standard library. (gh-97879)

    • Setting package on a module while failing to set spec.parent is deprecated. In Python 3.15, package will cease to be set or take into consideration by the import system or standard library. (gh-97879)

@moreati moreati added affects-0.3 Issues related to 0.3.X Mitogen releases feature Design and functional additions labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-0.3 Issues related to 0.3.X Mitogen releases feature Design and functional additions
Projects
None yet
Development

No branches or pull requests

1 participant