Skip to content

Commit

Permalink
Update to a version which has a 3.13 RestrictedPython dev release.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Nov 13, 2023
1 parent 8c2d109 commit fcceac0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion releases/4.x/requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zope==<5
Zope==< 5
AccessControl==4.4
Acquisition==4.13
AuthEncoding==4.3
Expand Down
2 changes: 1 addition & 1 deletion releases/4.x/versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope = <5
Zope = < 5
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.4
Expand Down
2 changes: 1 addition & 1 deletion releases/master/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RestrictedPython==6.2; python_version == '3.11'
RestrictedPython==6.2; python_version == '3.7'
RestrictedPython==6.2; python_version == '3.8'
RestrictedPython==6.2; python_version == '3.9'
RestrictedPython==7.0a1.dev1; python_version > '3.11'
RestrictedPython==7.0a2.dev0; python_version > '3.11'
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion releases/master/requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RestrictedPython==6.2; python_version == '3.11'
RestrictedPython==6.2; python_version == '3.7'
RestrictedPython==6.2; python_version == '3.8'
RestrictedPython==6.2; python_version == '3.9'
RestrictedPython==7.0a1.dev1; python_version > '3.11'
RestrictedPython==7.0a2.dev0; python_version > '3.11'
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
12 changes: 6 additions & 6 deletions releases/master/versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MultiMapping = 5.0
Paste = 3.6.0
PasteDeploy = 3.0.1
Persistence = 4.1
RestrictedPython = 7.0a1.dev1
RestrictedPython = 7.0a2.dev0
WebTest = 3.0.0
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
Expand Down Expand Up @@ -87,23 +87,23 @@ zope.viewlet = 5.0
PasteDeploy = 2.1.1
# SoupSieve 2.5 and up requires Python 3.8
soupsieve = 2.4.1
# Only use dev version on Python 3.12
# Only use dev version on Python 3.12 + 3.13
RestrictedPython = 6.2
# cffi 1.16.0 requires Python 3.8
cffi = 1.15.1

[versions:python38]
# Only use dev version on Python 3.12
# Only use dev version on Python 3.12 + 3.13
RestrictedPython = 6.2

[versions:python39]
# Only use dev version on Python 3.12
# Only use dev version on Python 3.12 + 3.13
RestrictedPython = 6.2

[versions:python310]
# Only use dev version on Python 3.12
# Only use dev version on Python 3.12 + 3.13
RestrictedPython = 6.2

[versions:python311]
# Only use dev version on Python 3.12
# Only use dev version on Python 3.12 + 3.13
RestrictedPython = 6.2

0 comments on commit fcceac0

Please sign in to comment.