Skip to content

Commit 3f3950c

Browse files
author
Michael Howitz
authored
Add support for Python 3.10. (#217)
1 parent c397c8a commit 3f3950c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Changes
66

77
- Document that ``__name__`` is needed to define classes.
88

9+
- Add support for Python 3.10. Auditing the Python 3.10 change log did not
10+
reveal any changes which require actions in RestrictedPython.
11+
912
- Avoid deprecation warnings when using Python 3.8+.
1013
(`#192 <https://github.com/zopefoundation/RestrictedPython/issues/192>`_)
1114

12-
- Allow to use the package with Python 3.10 -- Caution: No security audit has
13-
been done so far.
14-
1515

1616
5.1 (2020-10-07)
1717
----------------

0 commit comments

Comments
 (0)