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 May 31, 2021
1 parent 0120832 commit b30e9f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -5,6 +5,8 @@
5.1.1 (unreleased)
==================

- Add support for Python 3.9.


5.1 (2020-07-06)
================
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -59,13 +59,15 @@ 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',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope :: 3',
'Framework :: Zope :: 4',
'Framework :: Zope :: 5',
],
url='https://github.com/zopefoundation/zope.tales',
project_urls={
Expand Down
2 changes: 1 addition & 1 deletion src/zope/__init__.py
@@ -1 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
__import__('pkg_resources').declare_namespace(__name__) # pragma: no cover

0 comments on commit b30e9f4

Please sign in to comment.