summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-09 13:20:07 -0500
committerTres Seaver <tseaver@palladion.com>2016-03-09 13:20:07 -0500
commit582cc3d3401c02b4e38f219a03b744c1783a6db8 (patch)
treea5b9949d91fecc56cbce992114ec7423c45c19bd /setup.py
parent971f6582614493cc44bf3da7b1bc04077aa45dec (diff)
downloadzope-interface-582cc3d3401c02b4e38f219a03b744c1783a6db8.tar.gz
Drop support for Python 2.6.
Note explicit support for Python 3.5. Bump next release for semver.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 07c56e7..62727df 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,6 @@ setup(name='zope.interface',
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
- "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",