zopefoundation / AccessControl

Security framework for Zope.
Other
12 stars 16 forks source link

Update to latest meta/config, add final support for Python 3.13 #156

Closed dataflake closed 4 weeks ago

dataflake commented 1 month ago

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.

icemac commented 1 month ago

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 commented 4 weeks ago

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.