Updated documentation accordingly.

This commit is contained in:
Patrick Lehmann
2025-10-19 01:04:46 +02:00
parent 29b1e2d8eb
commit 10c10d9566
9 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ python_version
:Type: string
:Required: no
:Default Value: ``'3.13'``
:Default Value: ``'3.14'``
: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>`__.