From 945fd6d3b6ecef58be922807e6cbabc8d300eb11 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 25 Nov 2025 18:30:12 +0000 Subject: [PATCH] Update GitHub Pages workflow's Python version Update the default Python version used by the GitHub Pages workflow to 3.14. --- .github/workflows/github_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 4aaf922d..a94a6355 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -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