zopefoundation / RestrictedPython

A restricted execution environment for Python to run untrusted code.
http://restrictedpython.readthedocs.io/
Other
457 stars 38 forks source link

Add preliminary support for Python 3.11 #222

Closed icemac closed 2 years ago

icemac commented 2 years ago

This is needed to test packages which depend on RestrictedPython against Python 3.11.

Tasks:

icemac commented 2 years ago

Fixed in #223, the follow-up ticket is #224.