aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-12-14 11:51:34 -0800
committerGitHub <noreply@github.com>2017-12-14 11:51:34 -0800
commitd971cbfc278993ae063fc7ff455c32443672024b (patch)
tree8a2f190859c622ae1f897903b2501d43453106fc
parent82724e21098fbd02893811c79db4e5e95310ba0f (diff)
parentacadade56ef2cb0950f4d324f233af5eaeaff262 (diff)
downloadprotobuf-d971cbfc278993ae063fc7ff455c32443672024b.tar.gz
protobuf-d971cbfc278993ae063fc7ff455c32443672024b.tar.bz2
protobuf-d971cbfc278993ae063fc7ff455c32443672024b.zip
Merge pull request #4049 from pherl/py26
Remove py2.6 support.
-rwxr-xr-xpython/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index efb74fe7..0f7e58b0 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -240,7 +240,6 @@ if __name__ == '__main__':
classifiers=[
"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.3",