Skip to content

Commit 7bf60d2

Browse files
committed
Merge branch 'master' into python-3.15
2 parents 28601ea + 0097451 commit 7bf60d2

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changes
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.

buildout.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ develop = .
33
parts =
44
sphinx
55

6-
76
[sphinx]
87
recipe = zc.recipe.egg
98
eggs =

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "RestrictedPython"
12-
version = "8.2.dev0"
12+
version = "8.3.dev0"
1313
description = "RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment."
1414
license = "ZPL-2.1"
1515
classifiers = [

0 commit comments

Comments
 (0)