File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ Changes
21
21
- Drop install dependency on ``setuptools ``.
22
22
(`#189 <https://github.com/zopefoundation/RestrictedPython/issues/189 >`_)
23
23
24
- - Start supporting Python 3.9.0a5. (Be aware that this support currently only
25
- makes RestrictedPython usable on Python 3.9. The security implications of
26
- using Python 3.9 have not yet been checked.)
24
+ - Add support for Python 3.9 after checking the security implications of the
25
+ syntax changes made in that version.
27
26
28
27
29
28
5.0 (2019-09-03)
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def read(*rnames):
53
53
'Programming Language :: Python :: 3.6' ,
54
54
'Programming Language :: Python :: 3.7' ,
55
55
'Programming Language :: Python :: 3.8' ,
56
+ 'Programming Language :: Python :: 3.9' ,
56
57
'Programming Language :: Python :: Implementation :: CPython' ,
57
58
'Topic :: Security' ,
58
59
],
You can’t perform that action at this time.
0 commit comments