Skip to content

Commit

Permalink
Merge branch 'python3' of github.com:zopefoundation/Products.External…
Browse files Browse the repository at this point in the history
…Editor into python3
  • Loading branch information
ale-rt committed Oct 2, 2020
2 parents 3c92328 + 4d9a5ce commit 6df7e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog

Bug fixes:

- Add support to recent Python 3 versions [ale-rt]
- Add support for recent Python 3 versions [ale-rt]


3.0 (2019-02-16)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
zip_safe=False,
install_requires=[
'setuptools',
'Zope >= 4.0b4',
'Zope >= 4.3',
'six',
],
entry_points="""
Expand Down

0 comments on commit 6df7e07

Please sign in to comment.