-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Python 3.9 support #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
windows question, looks good otherwise
@@ -30,7 +30,7 @@ jobs: | |||
runs-on: windows-latest | |||
strategy: | |||
matrix: | |||
python-version: [ '3.6', '3.7', '3.8' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedrocamargo no 3.9 on windows? Also, spacing is inconsistent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing cannot be done because PyTables is not available for Python 3.9 yet (that's the HDF5 library used by OpenMatrix). In practice people can use by downloading the binaries from Chris Gohlke, but nothing we should put in here...
Pytables (a requirement for OpenMatrix ) is not available for Python 3.9, so we need to change some stuff around to make it work