feat: add ignore-platform-version option to allow install on debian

This commit is contained in:
Remi Cattiau 2024-08-29 08:48:40 -07:00
parent f677139bbe
commit 427878c2d3
No known key found for this signature in database
GPG key ID: 44758D9D44CF1F04
4 changed files with 57509 additions and 78645 deletions

View file

@ -26,6 +26,10 @@ inputs:
allow-prereleases:
description: "When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython."
default: false
ignore-platform-version:
description: "Ignore the platform version to allow usage on Debian"
default: false
required: false
outputs:
python-version:
description: "The installed Python or PyPy version. Useful when given a version range as input."