openastronomy/supported-pythons
Retrieve active (not end-of-life) minor versions of Python supported by a Python package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | package name on PyPI, or URL to source repository containing `pyproject.toml` | no | "" |
| package-ref | release version on PyPI, or tag / branch / commit of package source | no | "" |
| no-eoas | also omit end-of-active-support versions of Python | no | false |
Outputs
| name | description |
|---|---|
| versions | Python minor versions as a JSON list |
| oldest | oldest supported Python minor version |
| latest | latest supported Python minor version |