Skip to content

Commit 23aa8fb

Browse files
author
Clark Perkins
committed
pip doesn't support python 3.2 anymore
1 parent e445f56 commit 23aa8fb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,8 @@ def test_python_version():
9797
'License :: OSI Approved :: Apache Software License',
9898
'Programming Language :: Python',
9999
'Programming Language :: Python :: 2',
100-
'Programming Language :: Python :: 2.6',
101100
'Programming Language :: Python :: 2.7',
102101
'Programming Language :: Python :: 3',
103-
'Programming Language :: Python :: 3.2',
104102
'Programming Language :: Python :: 3.3',
105103
'Programming Language :: Python :: 3.4',
106104
'Topic :: System :: Clustering',

0 commit comments

Comments
 (0)