Skip to content
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

Merged
merged 7 commits into from
Aug 2, 2021
Merged

Adds Python 3.9 support #265

merged 7 commits into from
Aug 2, 2021

Conversation

pedrocamargo
Copy link
Contributor

@pedrocamargo pedrocamargo commented Jul 31, 2021

Pytables (a requirement for OpenMatrix ) is not available for Python 3.9, so we need to change some stuff around to make it work

@pedrocamargo pedrocamargo linked an issue Jul 31, 2021 that may be closed by this pull request
Copy link
Contributor

@janzill janzill left a 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' ]
Copy link
Contributor

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

Copy link
Contributor Author

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...

@pedrocamargo pedrocamargo merged commit c41a43d into master Aug 2, 2021
@pedrocamargo pedrocamargo deleted the pedro/python39 branch October 21, 2021 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding support for Python 3.9
2 participants