mstimberg/Calculate NEP29

Calculate Python + numpy releases according to NEP 29

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
include-release-candidatesInclude release candidates in max versions? Defaults to false.nofalse
include-beta-releasesInclude beta releases in max versions? Defaults to false.nofalse
deprecate-python-afterDeprecate Python releases after how many months? Defaults to 42.no42
min-python-releasesMinimum number of minor versions of Python to support? Defaults to 2.no2
deprecate-numpy-afterDeprecate numpy releases after how many months? Defaults to 24.no24
min-numpy-releasesMinimum number of minor versions of numpy to support? Defaults to 3.no3
release-dateTargeted release date in format YYYY-MM-DD. Defaults to the current date.no""
export-to-envWhether to export environment variables in addition to setting the action output. Defaults to true.notrue
tokenThe GitHub API tokenyes
namedescription
min-pythonthe minimal (oldest) Python version that should be supported
max-pythonthe maximal (newest) Python version that should be supported
min-numpythe minimal (oldest) numpy version that should be supported
max-numpythe maximal (newest) numpy version that should be supported