lime-actions/Build
Find the minimum python version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include-prereleases | Whether to include prereleases | no | false |
| path-pyproject | Relative POSIX path to the pyproject.toml file | no | pyproject.toml |
| path-tox | Relative POSIX path to the tox.ini file | no | tox.ini |
Outputs
| name | description |
|---|---|
| min | Minimum python version |
| max | Maximum python version |
| limits | JSON formatted list with only the ends of the range |
| versions | JSON formatted list with all versions |