Skip to content

Commit 295d74f

Browse files
committed
No more 2.7 support!
1 parent 01aef47 commit 295d74f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
- TEST_DIR=/tmp/test_dir/
1414
- MODULE=hdbscan
1515
matrix:
16-
- DISTRIB="conda" PYTHON_VERSION="2.7"
17-
NUMPY_VERSION="1.8.2" SCIPY_VERSION="0.13.3" CYTHON_VERSION="0.23.5"
16+
- DISTRIB="conda" PYTHON_VERSION="3.7"
17+
NUMPY_VERSION="1.15.3" SCIPY_VERSION="1.2.1" CYTHON_VERSION="0.23.5"
1818
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
1919
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"
2020

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def requirements():
5151

5252
configuration = {
5353
'name': 'hdbscan',
54-
'version': '0.8.20',
54+
'version': '0.8.21',
5555
'description': 'Clustering based on density with variable density clusters',
5656
'long_description': readme(),
5757
'classifiers': [
@@ -67,7 +67,6 @@ def requirements():
6767
'Operating System :: POSIX',
6868
'Operating System :: Unix',
6969
'Operating System :: MacOS',
70-
'Programming Language :: Python :: 2.7',
7170
'Programming Language :: Python :: 3.4',
7271
],
7372
'keywords': 'cluster clustering density hierarchical',

0 commit comments

Comments
 (0)