[ ] This PR addresses an already opened issue (for bug fixes / features)
This PR fixes #xyz
[ ] (If applicable) Documentation has been added / updated (for bug fixes / features).
[ ] (If applicable) Tests have been added.
[x] CHANGELOG.rst has been updated (with summary of main changes).
[x] Link to issue (:issue:number) and pull request (:pull:number) has been added.
What kind of change does this PR introduce?
Adds setuptools to the build recipe
Fixes the trigger for the scorecard workflow
Does this PR introduce a breaking change?
No.
Other information:
Due to the fact that several different options exist for build backends, setuptools is no longer installed by default in newer versions of Python (3.12+).
Pull Request Checklist:
number
) and pull request (:pull:number
) has been added.What kind of change does this PR introduce?
setuptools
to the build recipeDoes this PR introduce a breaking change?
No.
Other information:
Due to the fact that several different options exist for build backends,
setuptools
is no longer installed by default in newer versions of Python (3.12+).