Skip to content

Commit

Permalink
Removed target Python 3.9, as it currently fails (sphinx).
Browse files Browse the repository at this point in the history
UnsatisfiableError: The following specifications were found to be in conflict:
- python 3.9*
- sphinx -> docutils >=0.11 -> python 3.5* -> libffi >=3.2.1,<3.3a0
- sphinx -> docutils >=0.11 -> python 3.5* -> openssl >=1.0.2n,<1.0.3a
- sphinx -> docutils >=0.11 -> python 3.5* -> readline >=7.0,<8.0a0
  • Loading branch information
hendriks73 committed Nov 30, 2020
1 parent 05f2439 commit ccd35ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

before_install:
- bash .travis_dependencies.sh
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"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",
"Programming Language :: Python :: 3.8"
],
keywords='audio music json',
license='ISC',
Expand Down

0 comments on commit ccd35ba

Please sign in to comment.