Add support for python 3.14, drop support for 3.9#247
Merged
Conversation
Contributor
perrinjerome
commented
Jan 27, 2026
- I signed and returned the Zope Contributor Agreement, and received and accepted an invitation to join a team in the zopefoundation GitHub organization.
- I verified there aren't any other open pull requests for the same change.
- I followed the guidelines in Developer guidelines.
- I successfully ran code quality checks on my changes locally.
- I successfully ran tests on my changes locally.
- If needed, I added new tests for my changes.
- If needed, I added documentation for my changes.
- I included a change log entry in my commits.
perrinjerome
commented
Jan 27, 2026
8 tasks
dataflake
reviewed
Jan 27, 2026
Pull Request Test Coverage Report for Build 21426341249Details
💛 - Coveralls |
Co-authored-by: Jens Vagelpohl <jens@plyp.com>
Contributor
Author
|
Oh test fail on 3.14 on github actions ... I don't see what can be the problem and I don't have much time available these days, so I don't think I can continue working on this. edit: ah it might just be https://stackoverflow.com/questions/79785458/why-does-multiprocess-with-fork-fail-under-python-3-14-but-work-in-3-13-works |
dataflake
approved these changes
Jan 27, 2026
On python3.14, the default method is "forkserver" and test suite showed errors starting ZEO server using this method.
0c11f1b to
c5db605
Compare
Contributor
Author
|
@dataflake I amended the commit changing the multiprocess start method so that it affects only the local usage and not the global state, this seems good enough now. I'm re-requesting a review, as this is a significant change. If that's OK I'm going to "Squash and merge". I have not investigated at all why forkserver does not work with the test suite. |
dataflake
approved these changes
Jan 28, 2026
icemac
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.