@@ -375,9 +375,9 @@ Parameter Summary
375375+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
376376| :ref: `JOBTMPL/CompletePipeline/Input/package_name ` | yes | string | — — — — |
377377+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
378- | :ref: `JOBTMPL/CompletePipeline/Input/unittest_python_version ` | no | string | ``'3.13 ' `` |
378+ | :ref: `JOBTMPL/CompletePipeline/Input/unittest_python_version ` | no | string | ``'3.14 ' `` |
379379+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
380- | :ref: `JOBTMPL/CompletePipeline/Input/unittest_python_version_list ` | no | string | ``'3.9 3. 10 3.11 3.12 3.13' `` |
380+ | :ref: `JOBTMPL/CompletePipeline/Input/unittest_python_version_list ` | no | string | ``'3.10 3.11 3.12 3.13 3.14 ' `` |
381381+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
382382| :ref: `JOBTMPL/CompletePipeline/Input/unittest_system_list ` | no | string | ``'ubuntu windows macos macos-arm ucrt64' `` |
383383+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
@@ -387,7 +387,7 @@ Parameter Summary
387387+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
388388| :ref: `JOBTMPL/CompletePipeline/Input/unittest_disable_list ` | no | string | ``'windows-arm:pypy-3.10 windows-arm:pypy-3.11' `` |
389389+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
390- | :ref: `JOBTMPL/CompletePipeline/Input/apptest_python_version ` | no | string | ``'3.13 ' `` |
390+ | :ref: `JOBTMPL/CompletePipeline/Input/apptest_python_version ` | no | string | ``'3.14 ' `` |
391391+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
392392| :ref: `JOBTMPL/CompletePipeline/Input/apptest_python_version_list ` | no | string | ``'' `` |
393393+---------------------------------------------------------------------+----------+----------+---------------------------------------------------+
@@ -532,7 +532,7 @@ unittest_python_version
532532
533533:Type: string
534534:Required: no
535- :Default Value: ``'3.13 ' ``
535+ :Default Value: ``'3.14 ' ``
536536:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor> `` or ``pypy-<major>.<minor> ``. |br |
537537 See `actions/python-versions - available Python versions <https://github.com/actions/python-versions >`__
538538 and `actions/setup-python - configurable Python versions <https://github.com/actions/setup-python >`__.
@@ -550,7 +550,7 @@ unittest_python_version_list
550550
551551:Type: string
552552:Required: no
553- :Default Value: ``'3.9 3. 10 3.11 3.12 3.13' ``
553+ :Default Value: ``'3.10 3.11 3.12 3.13 3.14 ' ``
554554:Possible Values: A space separated list of valid Python versions conforming to the pattern ``<major>.<minor> `` or
555555 ``pypy-<major>.<minor> ``.
556556:Description: The list of space-separated Python versions used for unit testing.
@@ -625,7 +625,7 @@ apptest_python_version
625625
626626:Type: string
627627:Required: no
628- :Default Value: ``'3.13 ' ``
628+ :Default Value: ``'3.14 ' ``
629629:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor> `` or ``pypy-<major>.<minor> ``. |br |
630630 See `actions/python-versions - available Python versions <https://github.com/actions/python-versions >`__
631631 and `actions/setup-python - configurable Python versions <https://github.com/actions/setup-python >`__.
0 commit comments