Skip to content

Commit 23ef640

Browse files
committed
Bump default python version from 3.10 -> 3.12
As 3.10 is not longer actively supported. See also https://endoflife.date/python
1 parent ac8f69c commit 23ef640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Unless you need to highly customize the action's behavior.
9696
========================== ============================ ======== =================================================
9797
Input Default Required Description
9898
-------------------------- ---------------------------- -------- -------------------------------------------------
99-
``python_version`` ``3.10`` false Version of Python
99+
``python_version`` ``3.12`` false Version of Python
100100
``sphinx_version`` ``latest`` false Version of Sphinx
101101
``sphinx_build_options`` false Additional options passed to ``sphinx-build``
102102
``cache`` ``false`` false Enable cache to speed up documentation building

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
python_version:
2222
description: 'Version of Python'
2323
required: false
24-
default: '3.10'
24+
default: '3.12'
2525
sphinx_version:
2626
description: 'Version of Sphinx'
2727
required: false

0 commit comments

Comments
 (0)