diff options
| author | Jason Madden <jason+github@nextthought.com> | 2017-01-18 10:33:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 10:33:35 -0600 |
| commit | b8a36f1b6aa2c4d4470c08b84bb6f5031e33ab30 (patch) | |
| tree | 41a6aae8e6a2d43d1e80b9a56380fae12b0b5ee4 /setup.py | |
| parent | 81a3b4e381fa3d5d55579e9719f2751c995041b0 (diff) | |
| download | zope-interface-b8a36f1b6aa2c4d4470c08b84bb6f5031e33ab30.tar.gz | |
Add support for Python 3.6. (#74)
* Add support for Python 3.6.
Also use macpython for all the mac builds. See
zopefoundation/persistent#59
* Install the test extra with pip.
hopefully this avoids the SSL issue seen in macpython
3.6 (https://travis-ci.org/zopefoundation/zope.interface/jobs/192367647)
Also update appveyor.yml
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ setup(name='zope.interface', "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Zope3", |
