Skip to content

Commit

Permalink
Merge pull request #159 from hugovk/add-3.8
Browse files Browse the repository at this point in the history
Add support for Python 3.8
  • Loading branch information
bmcfee authored Mar 25, 2020
2 parents 2e1796c + 32a4b9a commit dff2c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ python:
- "3.4"
- "3.5"
- "3.6"

matrix:
include:
- python: 3.7
dist: xenial
- "3.7"
- "3.8"

before_install:
- bash .travis_dependencies.sh
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
keywords='machine learning',
license='ISC',
Expand Down

0 comments on commit dff2c75

Please sign in to comment.