diff options
author | Jason Madden <jamadden@gmail.com> | 2020-03-30 09:47:20 -0500 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2020-03-30 09:47:20 -0500 |
commit | 20c08349658a3f7dbe0796723067bcd9e26cf029 (patch) | |
tree | 8ad0aceb4a21d570df7c0687939f853b9e583acd /setup.py | |
parent | b7892df8a8504f84b44de5e05beabad55ac1dd26 (diff) | |
download | zope-traversing-issue14.tar.gz |
Add support for Python 3.8issue14
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,7 @@ TESTS_REQUIRE = [ setup( name='zope.traversing', - version='4.3.2.dev0', + version='4.4.0.dev0', url='https://github.com/zopefoundation/zope.traversing', license='ZPL 2.1', author='Zope Foundation and Contributors', @@ -63,6 +63,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Natural Language :: English', |