mstimberg/Calculate NEP29
Calculate Python + numpy releases according to NEP 29
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include-release-candidates | Include release candidates in max versions? Defaults to false. | no | false |
| include-beta-releases | Include beta releases in max versions? Defaults to false. | no | false |
| deprecate-python-after | Deprecate Python releases after how many months? Defaults to 42. | no | 42 |
| min-python-releases | Minimum number of minor versions of Python to support? Defaults to 2. | no | 2 |
| deprecate-numpy-after | Deprecate numpy releases after how many months? Defaults to 24. | no | 24 |
| min-numpy-releases | Minimum number of minor versions of numpy to support? Defaults to 3. | no | 3 |
| release-date | Targeted release date in format YYYY-MM-DD. Defaults to the current date. | no | "" |
| export-to-env | Whether to export environment variables in addition to setting the action output. Defaults to true. | no | true |
| token | The GitHub API token | yes | — |
Outputs
| name | description |
|---|---|
| min-python | the minimal (oldest) Python version that should be supported |
| max-python | the maximal (newest) Python version that should be supported |
| min-numpy | the minimal (oldest) numpy version that should be supported |
| max-numpy | the maximal (newest) numpy version that should be supported |