Closed
Description
Hello team,
My and my team at open-targets were using the github-actions provided by the python-semantic-release inside our release pipeline. https://github.com/opentargets/gentropy/actions/runs/9128164374/job/25099956750
Our codebase uses python3.10, we do not allow newer version(s).
The change introduced in the #914 that bumps the docker image from python3.10 to 3.12 https://github.com/python-semantic-release/python-semantic-release/pull/914/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L2 breaks our build.
My question is following, is there a way to set the python version that the semantic-release should use for package build within the actions?
Thanks for your work,
Cheers!