Skip to content

Commit

Permalink
document 3.9 test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Dec 16, 2020
1 parent ca22574 commit c161cb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ matrix:
- python: "pypy3"
env: NO_MYPY=true
allow_failures:
- python: "3.9"
- python: "3.9-dev"
- python: "3.10-dev"
- python: "pypy3"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -19,3 +19,8 @@ We recommend creating a [virtual environment](https://docs.python.org/3/library/
Install the package using pip:

pip3 install .

## Python 3.9 compatibility
The tests are currently failing under Python 3.9 due to multiple HDF5 files being open.
This is being worked on in an updated version.
If you encounter this error using mavedbconvert for normal use, please open a GitHub issue.

0 comments on commit c161cb3

Please sign in to comment.