Skip to content

Commit

Permalink
python3.7 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Dec 11, 2018
1 parent 59ce36e commit 09f7322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ matrix:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7

install:
# Install TA-Lib
- wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ def update_requirements(from_reqs, to_reqs):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit 09f7322

Please sign in to comment.