Skip to content

Commit

Permalink
Merge pull request #212 from hendriks73/build_and_test_on_py_37_38
Browse files Browse the repository at this point in the history
Build and test on Python 3.7 and 3.8
  • Loading branch information
bmcfee authored Feb 26, 2021
2 parents 699adab + ccd35ba commit edea1c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

before_install:
- bash .travis_dependencies.sh
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"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"
],
keywords='audio music json',
license='ISC',
Expand Down

0 comments on commit edea1c4

Please sign in to comment.