-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add tests for python 3.9 to 3.12 #124
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7006c99
to
0701ed9
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contrary to what was expected it seems that it is not due to the destructor. |
@ferdonline , it seems that we can use |
I've pushed a change to use prebuilt |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7fcd3e9
to
ef7399b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Looks good to me
@jorblancoa @WeinaJi How do you feel about the changes I did trying to simplify the destructor? We now know it wasn't the problem in this case. Shall we keep it anyway?
For me the changes seem reasonable! |
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.
More caching will come from #166. This PR can be merged first.
f2d81aa
to
460e693
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@matz-e @ferdonline , caching and multiple python versions are in place. Shall we merge it? |
Logfiles from GitLab pipeline #211134 (:white_check_mark:) have been uploaded here! Status and direct links: |
## Context Improve github actions CI by adding python versions 3.9 to 3.12. ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [ ] Unit/Scientific test added * [ ] Updated Readme, in-code, developer documentation --------- Co-authored-by: Weina Ji <[email protected]>
## Context Improve github actions CI by adding python versions 3.9 to 3.12. ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [ ] Unit/Scientific test added * [ ] Updated Readme, in-code, developer documentation --------- Co-authored-by: Weina Ji <[email protected]>
Context
Improve github actions CI by adding python versions 3.9 to 3.12.
Review