Skip to content

Commit

Permalink
Support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmv committed Jul 15, 2018
1 parent 669f1b5 commit fd48fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"

# Install packages
install:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'psutil >=2.1.1',
'pyemd >=0.3.0',
'pymongo >=2.7.1',
'pyyaml >=3.11',
'pyyaml >=3.13',
'redis >=2.10.5',
'scipy >=0.13.3',
'tblib >=1.3.2',
Expand Down Expand Up @@ -52,6 +52,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
],
project_urls={
Expand Down

0 comments on commit fd48fd7

Please sign in to comment.