zopefoundation / RestrictedPython

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

Allow to use the package with Python 3.12. #248

Closed icemac closed 1 year ago

icemac commented 1 year ago

See #246.

icemac commented 1 year ago

I have no idea why Windows 3.12 fails: https://github.com/zopefoundation/RestrictedPython/actions/runs/4351559170/jobs/7603343628

icemac commented 1 year ago

I created https://github.com/pypa/pip/issues/11844 for the Windows 3.12 issue.

icemac commented 1 year ago

I just removed the pip list call which is not absolutely necessary. Now the tests are green.

Thank you for reviewing this PR. 😃