Description:
The Python version defined in the action is 3.10
, which works fine. A user mentioned the need to specify other Python versions, such as 3.11
.
Solution:
Add a python-version variable that defaults to 3.10
. If another version is provided, the action should use the specified version instead.
FYI: There is a branch with the workaround for this called python-version-workaround