Skip to content

Commit 10c10d9

Browse files
committed
Updated documentation accordingly.
1 parent 29b1e2d commit 10c10d9

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

doc/JobTemplate/AllInOne/CompletePipeline.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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>`__.

doc/JobTemplate/Documentation/SphinxDocumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Parameter Summary
9898
+=========================================================================+==========+================+===================================================================+
9999
| :ref:`JOBTMPL/SphinxDocumentation/Input/ubuntu_image_version` | no | string | ``'24.04'`` |
100100
+-------------------------------------------------------------------------+----------+----------------+-------------------------------------------------------------------+
101-
| :ref:`JOBTMPL/SphinxDocumentation/Input/python_version` | no | string | ``'3.13'`` |
101+
| :ref:`JOBTMPL/SphinxDocumentation/Input/python_version` | no | string | ``'3.14'`` |
102102
+-------------------------------------------------------------------------+----------+----------------+-------------------------------------------------------------------+
103103
| :ref:`JOBTMPL/SphinxDocumentation/Input/requirements` | no | string | ``'-r doc/requirements.txt'`` |
104104
+-------------------------------------------------------------------------+----------+----------------+-------------------------------------------------------------------+

doc/JobTemplate/Package/Package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Parameter Summary
9191
+=====================================================================+==========+==========+===================================================================+
9292
| :ref:`JOBTMPL/Package/Input/ubuntu_image_version` | no | string | ``'24.04'`` |
9393
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
94-
| :ref:`JOBTMPL/Package/Input/python_version` | no | string | ``'3.13'`` |
94+
| :ref:`JOBTMPL/Package/Input/python_version` | no | string | ``'3.14'`` |
9595
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
9696
| :ref:`JOBTMPL/Package/Input/requirements` | no | string | ``''`` |
9797
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+

doc/JobTemplate/Package/PublishOnPyPI.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Parameter Summary
116116
+=====================================================================+==========+==========+===================================================================+
117117
| :ref:`JOBTMPL/PublishOnPyPI/Input/ubuntu_image_version` | no | string | ``'24.04'`` |
118118
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
119-
| :ref:`JOBTMPL/PublishOnPyPI/Input/python_version` | no | string | ``'3.13'`` |
119+
| :ref:`JOBTMPL/PublishOnPyPI/Input/python_version` | no | string | ``'3.14'`` |
120120
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
121121
| :ref:`JOBTMPL/PublishOnPyPI/Input/requirements` | no | string | ``'wheel twine'`` |
122122
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+

doc/JobTemplate/Quality/CheckDocumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Parameter Summary
7878
+=========================================================================+==========+==========+===================================================================+
7979
| :ref:`JOBTMPL/CheckDocumentation/Input/ubuntu_image_version` | no | string | ``'24.04'`` |
8080
+-------------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
81-
| :ref:`JOBTMPL/CheckDocumentation/Input/python_version` | no | string | ``'3.13'`` |
81+
| :ref:`JOBTMPL/CheckDocumentation/Input/python_version` | no | string | ``'3.14'`` |
8282
+-------------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
8383
| :ref:`JOBTMPL/CheckDocumentation/Input/directory` | yes | string | — — — — |
8484
+-------------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+

doc/JobTemplate/Quality/StaticTypeCheck.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Parameter Summary
123123
+=====================================================================+==========+================+==========================================================================================================================================+
124124
| :ref:`JOBTMPL/StaticTypeCheck/Input/ubuntu_image_version` | no | string | ``'24.04'`` |
125125
+---------------------------------------------------------------------+----------+----------------+------------------------------------------------------------------------------------------------------------------------------------------+
126-
| :ref:`JOBTMPL/StaticTypeCheck/Input/python_version` | no | string | ``'3.13'`` |
126+
| :ref:`JOBTMPL/StaticTypeCheck/Input/python_version` | no | string | ``'3.14'`` |
127127
+---------------------------------------------------------------------+----------+----------------+------------------------------------------------------------------------------------------------------------------------------------------+
128128
| :ref:`JOBTMPL/StaticTypeCheck/Input/requirements` | no | string | ``'-r tests/requirements.txt'`` |
129129
+---------------------------------------------------------------------+----------+----------------+------------------------------------------------------------------------------------------------------------------------------------------+

doc/JobTemplate/Setup/ExtractConfiguration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Parameter Summary
107107
+=====================================================================+==========+==========+===================================================================+
108108
| :ref:`JOBTMPL/ExtractConfiguration/Input/ubuntu_image_version` | no | string | ``'24.04'`` |
109109
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
110-
| :ref:`JOBTMPL/ExtractConfiguration/Input/python_version` | no | string | ``'3.13'`` |
110+
| :ref:`JOBTMPL/ExtractConfiguration/Input/python_version` | no | string | ``'3.14'`` |
111111
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
112112
| :ref:`JOBTMPL/ExtractConfiguration/Input/coverage_config` | no | string | ``'pyproject.toml'`` |
113113
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+

doc/JobTemplate/Setup/Parameters.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ Parameter Summary
169169
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
170170
| :ref:`JOBTMPL/Parameters/Input/package_name` | no | string | ``''`` |
171171
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
172-
| :ref:`JOBTMPL/Parameters/Input/python_version` | no | string | ``'3.13'`` |
172+
| :ref:`JOBTMPL/Parameters/Input/python_version` | no | string | ``'3.14'`` |
173173
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
174-
| :ref:`JOBTMPL/Parameters/Input/python_version_list` | no | string | ``'3.9 3.10 3.11 3.12 3.13'`` |
174+
| :ref:`JOBTMPL/Parameters/Input/python_version_list` | no | string | ``'3.10 3.11 3.12 3.13 3.14'`` |
175175
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
176176
| :ref:`JOBTMPL/Parameters/Input/system_list` | no | string | ``'ubuntu windows macos macos-arm mingw64 ucrt64'`` |
177177
+---------------------------------------------------------------------+----------+----------+-------------------------------------------------------------------+
@@ -348,7 +348,7 @@ python_version
348348

349349
:Type: string
350350
:Required: no
351-
:Default Value: ``'3.13'``
351+
:Default Value: ``'3.14'``
352352
:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor>`` or ``pypy-<major>.<minor>``. |br|
353353
See `actions/python-versions - available Python versions <https://github.com/actions/python-versions>`__
354354
and `actions/setup-python - configurable Python versions <https://github.com/actions/setup-python>`__.
@@ -364,7 +364,7 @@ python_version_list
364364

365365
:Type: string
366366
:Required: no
367-
:Default Value: ``'3.9 3.10 3.11 3.12 3.13'``
367+
:Default Value: ``'3.10 3.11 3.12 3.13 3.14'``
368368
:Possible Values: A space separated list of valid Python versions conforming to the pattern ``<major>.<minor>`` or
369369
``pypy-<major>.<minor>``. |br|
370370
See `actions/python-versions - available Python versions <https://github.com/actions/python-versions>`__
@@ -563,7 +563,7 @@ python_version
563563
==============
564564

565565
:Type: string
566-
:Default Value: ``'3.13'``
566+
:Default Value: ``'3.14'``
567567
:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor>`` or ``pypy-<major>.<minor>``.
568568
:Description: Returns
569569

doc/JobTemplate/_python_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python_version
33

44
:Type: string
55
:Required: no
6-
:Default Value: ``'3.13'``
6+
:Default Value: ``'3.14'``
77
:Possible Values: Any valid Python version conforming to the pattern ``<major>.<minor>`` or ``pypy-<major>.<minor>``. |br|
88
See `actions/python-versions - available Python versions <https://github.com/actions/python-versions>`__
99
and `actions/setup-python - configurable Python versions <https://github.com/actions/setup-python>`__.

0 commit comments

Comments
 (0)