-
Notifications
You must be signed in to change notification settings - Fork 21
Drop support for python 3.10 #3736
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
Conversation
| - cmake=4.0.0 | ||
| - conan=1.66.0 | ||
| - cppcheck=2.6.2 | ||
| - cppcheck=2.18.0 |
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.
Was this necessary for updating to py 3.11?
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.
yes, the min cppcheck that is built on conda-forge with py3.11 is 2.18.0 :/
| uninitMemberVar | ||
| passedByValue | ||
| duplInheritedMember | ||
| throwInNoexceptFunction | ||
| returnByReference | ||
| constParameterReference | ||
| constStatement | ||
| normalCheckLevelMaxBranches | ||
| constVariableReference | ||
| missingReturn | ||
| passedByValueCallback | ||
| unreadVariable | ||
| accessMoved | ||
| unusedStructMember |
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.
I don't know enough to comment if this is an actual issue or not.
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.
Can you open an issue so we don't forget looking into this?
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.
Created #3740 to keep a track, maybe we can merge this in for now to move with dropping python 3.10?
Mantid supports python 3.11 now https://github.com/mantidproject/mantid/releases