mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 19:16:57 +08:00
11 lines
542 B
ReStructuredText
11 lines
542 B
ReStructuredText
python_version
|
|
==============
|
|
|
|
:Type: string
|
|
:Required: no
|
|
:Default Value: ``'3.13'``
|
|
: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 code in the job.
|