summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jason+github@nextthought.com>2017-01-18 10:33:35 -0600
committerGitHub <noreply@github.com>2017-01-18 10:33:35 -0600
commitb8a36f1b6aa2c4d4470c08b84bb6f5031e33ab30 (patch)
tree41a6aae8e6a2d43d1e80b9a56380fae12b0b5ee4 /setup.py
parent81a3b4e381fa3d5d55579e9719f2751c995041b0 (diff)
downloadzope-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9dbce93..a744372 100644
--- a/setup.py
+++ b/setup.py
@@ -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",