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

Preliminary support for Python 3.13, second try #1215

Merged
merged 5 commits into from
May 31, 2024

Conversation

dataflake
Copy link
Member

Supercedes #1194 - it was easier to re-do the branch from master.

The Python 3.13 tests reveal another big hurdle for Zope on Python 3.13. zope.testbrowser relies on the WebOb and WebTest projects. None of those have seen any activity for the last 3 years and WebOb is incompatible with Python 3.13 because it uses the now-gone cgi module.

@dataflake dataflake self-assigned this May 30, 2024
setup.py Outdated Show resolved Hide resolved
@dataflake dataflake marked this pull request as ready for review May 31, 2024 08:57
@dataflake
Copy link
Member Author

So just for clarification, these changes do not declare official Python 3.13 support yet. They just set up everything so test run on Python 3.13.

For declaring official support RestrictedPython needs to be vetted and released - see zopefoundation/RestrictedPython#264

@dataflake dataflake merged commit 054c258 into master May 31, 2024
28 checks passed
@dataflake dataflake deleted the config-with-zope-product-template-6cd77955 branch May 31, 2024 10:07
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.

2 participants