Skip to content

Commit

Permalink
Try to build and test on Python 3.7, 3.8, and 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriks73 committed Nov 30, 2020
1 parent 699adab commit 05f2439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

before_install:
- bash .travis_dependencies.sh
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
keywords='audio music json',
license='ISC',
Expand Down

0 comments on commit 05f2439

Please sign in to comment.