You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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