Skip to content

Commit a2cbf86

Browse files
committed
- Python 3.8 is stuck on RestrictedPython 7.4
1 parent 3213208 commit a2cbf86

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

constraints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Products.BTreeFolder2==5.1
2020
Products.ZCatalog==7.1
2121
Pygments==2.19.1
2222
Record==4.1
23-
RestrictedPython==8.0
23+
RestrictedPython==7.4; python_version == '3.8'
24+
RestrictedPython==8.0; python_version > '3.8'
2425
Sphinx==7.1.2; python_version == '3.8'
2526
Sphinx==7.4.7; python_version == '3.9'
2627
Sphinx==8.1.3; python_version > '3.9'

requirements-full.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ MultiMapping==5.0
1212
Paste==3.10.1
1313
PasteDeploy==3.1.0
1414
Persistence==5.1
15-
RestrictedPython==8.0
15+
RestrictedPython==7.4; python_version == '3.8'
16+
RestrictedPython==8.0; python_version > '3.8'
1617
WSGIProxy2==0.5.1
1718
WebOb==1.8.9
1819
WebTest==3.0.1; python_version == '3.8'

versions-prod.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ zope.configuration = 5.0.1
9999
zope.deprecation = 5.0
100100
# zope.publisher >= 7.2 requires Python 3.9
101101
zope.publisher = 7.1
102+
# RestrictedPython >= 8 requires Python 3.9
103+
RestrictedPython = 7.4

0 commit comments

Comments
 (0)