Skip to content

Commit

Permalink
Shift support to 3.6 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Sep 7, 2019
1 parent 687d28b commit 42eec79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matrix:
include:
- python: 3.6
os: linux
- env: DISTRIB="conda" PYTHON_VERSION="3.5" NUMPY_VERSION="1.13.3" SCIPY_VERSION="0.19.1"
- env: DISTRIB="conda" PYTHON_VERSION="3.7" NUMPY_VERSION="1.13.3" SCIPY_VERSION="0.19.1"
os: linux
- env: DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="true" NUMPY_VERSION="1.13.3" SCIPY_VERSION="0.19.1"
os: linux
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ def readme():
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
],
'keywords' : 'dimension reduction t-sne manifold',
'url' : 'http://github.com/lmcinnes/umap',
Expand Down

0 comments on commit 42eec79

Please sign in to comment.