Skip to content

Optional python-version input for the action #17

Description

@ericwb

Is your feature request related to a problem? Please describe.
Some users might like to run the action in the same version as their software.

Describe the solution you'd like
Provide a python-version input

  python-version:
    description: |
      Version of Python to use
    required: false
    default: '3.14'
    - name: Set up Python ${{ inputs.python-version }}
      uses: actions/setup-python@v5
      with:
        python-version: ${{ inputs.python-version }}

Describe alternatives you've considered
n/a

Additional context
n/a

Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Enhancement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions