Update GitHub Pages workflow's Python version

Update the default Python version used by the GitHub Pages workflow
to 3.14.
This commit is contained in:
Sean Hammond 2025-11-25 18:30:12 +00:00 committed by Justin Mayer
commit 945fd6d3b6

View file

@ -24,8 +24,8 @@ on:
type: string
python:
required: false
default: "3.12"
description: "The version of Python to use, for example: '3.12' (to use the most recent version of Python 3.12, this is faster) or '3.12.1' (to use an exact version, slower)"
default: "3.14"
description: "The version of Python to use, for example: '3.14' (to use the most recent version of Python 3.14, this is faster) or '3.14.0' (to use an exact version, slower)"
type: string
siteurl:
required: false