diff options
author | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 10:05:05 +0200 |
---|---|---|
committer | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 10:05:05 +0200 |
commit | 350dd763e62d14e2eae02b8603a55086a267d11f (patch) | |
tree | b602f9b9303febbbaba9e11bb339fe3cefc4d991 /setup.py | |
parent | 35a62f9036a7a4e492867d76f8b335086ad4512a (diff) | |
download | zope-traversing-Python3.7support.tar.gz |
Add support for Python 3.7Python3.7support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Natural Language :: English', |