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

For updating to python 3.9 #56

Merged
merged 3 commits into from
Jan 23, 2024
Merged

For updating to python 3.9 #56

merged 3 commits into from
Jan 23, 2024

Conversation

lubbersnick
Copy link
Collaborator

Companion issue for this PR: #55

@lubbersnick lubbersnick linked an issue Jan 18, 2024 that may be closed by this pull request
@lubbersnick lubbersnick changed the title For updating to python 39 For updating to python 3.9 Jan 18, 2024
1. ammaraskar/sphinx-action only supports Python 3.8, switch to
   actions/setup-python@v5 to use Python 3.9
2. Bump actions/checkout to v4
3. Bump actions/upload-artifact to v4
@tautomer
Copy link
Collaborator

tautomer commented Jan 18, 2024

Should be good now.
https://tautomer.github.io/hippynn/api_documentation/hippynn.experiment.device.html
Mine docs look good. This page was blank before.

It seems sphinx will return 0 even if something is wrong, like the problem we got before the fix. sphinx-doc/sphinx#10397 We do have some warnings, so we cannot simply treat all warnings as errors. There might be a way to have sphinx returns non-zero in this case, so that the existing docs are not overwritten at least. I will take a look at this later.

@lubbersnick
Copy link
Collaborator Author

Very nice @tautomer !

* removed no longer used package imports

* Update Python version requirement to >=3.9
@lubbersnick lubbersnick merged commit ceea653 into development Jan 23, 2024
2 checks passed
@lubbersnick lubbersnick deleted the update_python_39 branch January 29, 2024 22:25
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.

Update minimum python version to 3.9
3 participants