File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
22=======
33
4- 8.2 (unreleased)
4+ 8.3 (unreleased)
55----------------
66
77- Preliminary not security tested support for Python 3.15.
88
9+
10+ 8.2 (2026-05-29)
11+ ----------------
12+
913- Remove documentation that appears to promote unsupported direct guards usage.
1014
1115- Move package metadata from setup.py to pyproject.toml.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ develop = .
33parts =
44 sphinx
55
6-
76[sphinx]
87recipe = zc.recipe.egg
98eggs =
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " RestrictedPython"
12- version = " 8.2 .dev0"
12+ version = " 8.3 .dev0"
1313description = " RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment."
1414license = " ZPL-2.1"
1515classifiers = [
You can’t perform that action at this time.
0 commit comments