-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support Python 3.14 #298
Comments
IMHO this can be done earlier than the final version. The earliest would be the first beta (no ABI changes, right?) and the latest point would be the first RC. |
We usually did the final RestricedPython release after the final Python release to make sure that no late changes (sometimes even during RC time!) have an influence here. |
That process always felt rushed to me when you wait until the final release and then it all has to happen quickly (and then no one really has time or motivation, as always). And we always run into annoying issues with packages that depend on RestrictedPython where we have to keep pinning development releases just to be able to run their tests on the new Python version. I believe the risk of a change that really is relevant to RestrictedPython is extremely low after the first RC is released. I would argue it's OK to start the last steps (security audit etc) as soon as the first RC is out. That gives us time and everything could be finished and packages released in time for the final Python release. |
@dataflake Did I understand you correctly that you suggest to pause here until the first RC is out and thus not being able to try the depending packages before that point in time? |
No that is not what I am saying. You can create alphas and betas without a problem. All I am saying it this: I don't think it makes sense to wait for a final Python release to make a final RestrictedPython release. It is totally fine to work on and create a final RestrictedPython release after the first RC for Python is out. |
@dataflake Thank you for the clarification. I updated the ticket description and will now create a dev version which supports 3.14. |
Look through the change log of Python 3.14 (once the first release candidate version is released End of July 2025 (see https://peps.python.org/pep-0745/)) for potential issues which need to be handled by
RestrictedPython
to prevent access to otherwise forbidden data/objects.There is no need to support new language features of Python 3.14 right now, let's see how they evolve after they can be used,
Open tasks:
Allow to use the package with Python 3.14 -- Caution: No security audit has been done so far.
The text was updated successfully, but these errors were encountered: