actions-marketplace-validations/Latest Python Versions
Get latest Python versions to run in a matrix
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| min-version | The minimum major.minor version to include or "EOL". | yes | — |
| max-version | The maximum major.minor version to include or "latest". | no | latest |
| include-prereleases | Whether to include new version of Python that have no official releases. | no | false |
Outputs
| name | description |
|---|---|
| latest-python-versions | List of Python versions that can be loaded as a matrix with fromJson |