Skip to content

Commit

Permalink
Add support for Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 7, 2020
1 parent 1b9b4e8 commit d057584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGES.rst
Expand Up @@ -21,9 +21,8 @@ Changes
- Drop install dependency on ``setuptools``.
(`#189 <https://github.com/zopefoundation/RestrictedPython/issues/189>`_)

- Start supporting Python 3.9.0a5. (Be aware that this support currently only
makes RestrictedPython usable on Python 3.9. The security implications of
using Python 3.9 have not yet been checked.)
- Add support for Python 3.9 after checking the security implications of the
syntax changes made in that version.


5.0 (2019-09-03)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -53,6 +53,7 @@ def read(*rnames):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Security',
],
Expand Down

0 comments on commit d057584

Please sign in to comment.