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 to latest meta/config, add final support for Python 3.13 #156

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

dataflake
Copy link
Member

@dataflake dataflake commented Sep 16, 2024

AccessControl explicitly does not declare Python 3.13 compatibility yet because it relies on RestrictedPython. This PR updates the meta/config templates, requires the new RestrictedPython 7.4 and declares explicit support for Python 3.13.

@dataflake dataflake self-assigned this Sep 16, 2024
setup.py Outdated Show resolved Hide resolved
tox.ini Show resolved Hide resolved
@icemac
Copy link
Member

icemac commented Sep 18, 2024

Additionally the builds for 3.13 are broken because it cannot find a matching version of RestrictedPython, even though it lists the version which should be used.

@dataflake dataflake marked this pull request as draft September 18, 2024 05:52
@dataflake dataflake changed the title Update to latest meta/config Update to latest meta/config, add final support for Python 3.13 Oct 9, 2024
@dataflake dataflake marked this pull request as ready for review October 9, 2024 16:58
@dataflake
Copy link
Member Author

Since the only real change - other than zope/meta-generated template changes - are moving the RestrictedPython pin and ensuring the tests are green I will merge this PR without waiting for reviews.

@dataflake dataflake merged commit 927e6f8 into master Oct 10, 2024
47 checks passed
@dataflake dataflake deleted the config-with-c-code-template-a7193216 branch October 10, 2024 06:14
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