We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e445f56 commit 23aa8fbCopy full SHA for 23aa8fb
.travis.yml
@@ -2,7 +2,6 @@ language: python
2
3
python:
4
- "2.7"
5
- - "3.2"
6
- "3.3"
7
- "3.4"
8
setup.py
@@ -97,10 +97,8 @@ def test_python_version():
97
'License :: OSI Approved :: Apache Software License',
98
'Programming Language :: Python',
99
'Programming Language :: Python :: 2',
100
- 'Programming Language :: Python :: 2.6',
101
'Programming Language :: Python :: 2.7',
102
'Programming Language :: Python :: 3',
103
- 'Programming Language :: Python :: 3.2',
104
'Programming Language :: Python :: 3.3',
105
'Programming Language :: Python :: 3.4',
106
'Topic :: System :: Clustering',
0 commit comments