Skip to content

Commit

Permalink
Update RestrictedPython to version supporting Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Mar 14, 2024
1 parent 4baef25 commit bbd8748
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
8 changes: 7 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ Paste==3.7.1
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.1.0; python_version > '3.7'
Persistence==4.1
RestrictedPython==7.0
RestrictedPython==7.1; python_version == '3.10'
RestrictedPython==7.1; python_version == '3.11'
RestrictedPython==7.1; python_version == '3.12'
RestrictedPython==7.1; python_version == '3.7'
RestrictedPython==7.1; python_version == '3.8'
RestrictedPython==7.1; python_version == '3.9'
RestrictedPython==7.2a1.dev0; python_version > '3.12'
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
8 changes: 7 additions & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Paste==3.7.1
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.1.0; python_version > '3.7'
Persistence==4.1
RestrictedPython==7.0
RestrictedPython==7.1; python_version == '3.10'
RestrictedPython==7.1; python_version == '3.11'
RestrictedPython==7.1; python_version == '3.12'
RestrictedPython==7.1; python_version == '3.7'
RestrictedPython==7.1; python_version == '3.8'
RestrictedPython==7.1; python_version == '3.9'
RestrictedPython==7.2a1.dev0; python_version > '3.12'
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
24 changes: 23 additions & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MultiMapping = 5.0
Paste = 3.7.1
PasteDeploy = 3.1.0
Persistence = 4.1
RestrictedPython = 7.0
RestrictedPython = 7.2a1.dev0
WebTest = 3.0.0
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
Expand Down Expand Up @@ -89,3 +89,25 @@ PasteDeploy = 2.1.1
soupsieve = 2.4.1
# cffi 1.16.0 requires Python 3.8
cffi = 1.15.1
# Use newest final release
RestrictedPython = 7.1

[versions:python38]
# Use newest final release
RestrictedPython = 7.1

[versions:python39]
# Use newest final release
RestrictedPython = 7.1

[versions:python310]
# Use newest final release
RestrictedPython = 7.1

[versions:python311]
# Use newest final release
RestrictedPython = 7.1

[versions:python312]
# Use newest final release
RestrictedPython = 7.1

0 comments on commit bbd8748

Please sign in to comment.