Closed dataflake closed 4 weeks 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.
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.
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.