Documented ExtractConfiguration.

This commit is contained in:
Patrick Lehmann
2025-08-23 11:17:19 +02:00
parent 6d75b849f5
commit 13e42615b2
5 changed files with 576 additions and 23 deletions

View File

@@ -87,5 +87,7 @@ python_version
:Type: string
:Required: usually no
:Default Value: ``'3.13'``
:Possible Values: See `actions/runner-images - Available Images <https://github.com/actions/runner-images?tab=readme-ov-file#available-images>`__
:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor>`` or ``pypy-<major>.<minor>``. |br|
See `actions/python-versions - available Python versions <https://github.com/actions/python-versions>`__
and `actions/setup-python - configurable Python versions <https://github.com/actions/setup-python>`__.
:Description: Python version used to run Python scripts in a job.