Skip to content

Commit

Permalink
Pin RestrictedPython for Python 3.12.
Browse files Browse the repository at this point in the history
This allows to test Products against that Python version.
  • Loading branch information
icemac committed Jun 26, 2023
1 parent 409d8a9 commit f9ca2d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ zope.viewlet = 5.0
[versions:python37]
# PasteDeploy 3.x works on Python 3.7 but pulls tons of dependencies
PasteDeploy = 2.1.1

[versions:python312]
# Use the development version here until the final release to test Products
# against Python 3.12.
RestrictedPython = 7.0a1.dev0

0 comments on commit f9ca2d1

Please sign in to comment.