From 8485ded8396f828b4c1b8b545e646627fbddad38 Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Fri, 12 Dec 2025 09:40:11 +0200 Subject: [PATCH] Update auto-publish workflow to Python 3.12 See also: Bikeshed Major Version updates (v6 and v7) and Python min version update (3.12): https://lists.w3.org/Archives/Public/spec-prod/2025OctDec/0004.html --- .github/workflows/auto-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 1c39136..76636e2 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,6 +11,9 @@ jobs: contents: write steps: - uses: actions/checkout@v6 + - uses: actions/setup-python@v5 + with: + python-version: '3.12' - uses: w3c/spec-prod@v2 with: GH_PAGES_BRANCH: gh-pages