Skip to content

Commit 5a47c48

Browse files
author
Michael Howitz
authored
Add support for Python 3.9. (#200)
1 parent 1b9b4e8 commit 5a47c48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ Changes
2121
- Drop install dependency on ``setuptools``.
2222
(`#189 <https://github.com/zopefoundation/RestrictedPython/issues/189>`_)
2323

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.
2726

2827

2928
5.0 (2019-09-03)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def read(*rnames):
5353
'Programming Language :: Python :: 3.6',
5454
'Programming Language :: Python :: 3.7',
5555
'Programming Language :: Python :: 3.8',
56+
'Programming Language :: Python :: 3.9',
5657
'Programming Language :: Python :: Implementation :: CPython',
5758
'Topic :: Security',
5859
],

0 commit comments

Comments
 (0)