Skip to content

Commit

Permalink
Prevent using RestrictedPython >= 6.0.
Browse files Browse the repository at this point in the history
It is not longer compatible with Python 2.7 and 3.5.
  • Loading branch information
Michael Howitz committed Nov 3, 2022
1 parent 0980715 commit d653088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _read_file(filename):
'MultiMapping',
'PasteDeploy',
'Persistence',
'RestrictedPython',
'RestrictedPython < 6',
'ZConfig >= 2.9.2',
'ZODB',
'ipaddress ; python_version=="2.7"',
Expand Down
1 change: 1 addition & 0 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Products.BTreeFolder2 = 4.3
# ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.4
Record = 3.5
# RestrictedPython 6+ no longer supports Python 2.7
RestrictedPython = 5.2
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
Expand Down

0 comments on commit d653088

Please sign in to comment.