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

CI: switch from Travis CI to GitHub Actions #188

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

berquist
Copy link

@berquist berquist commented Aug 4, 2024

I have what I think are fixes for #186 (all tests pass), but before submitting that PR, the current version of the code should be tested.

This PR is enough GitHub Actions implementation and just enough code modifications to test the package and also build the wheel and source distributions.

Closes #169

- Set maximum allowed version for NumPy in order to ensure existing code
works.
- There are problems with older NumPy and Python 3.12
- Fix file argument opening for h5py 3
- Fix installation and packaging for latest versions of setuptools, build, and twine
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.

h5py 3 requires file mode
1 participant