From b2ac4541b962a6153c74534383e1a0da4c54d528 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 13 Sep 2026 16:04:20 +0000 Subject: [PATCH] Update from Copier (2026-09-13T16-04-17Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 821853d..4a9fd9c 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: dcfbd4b +_commit: f43b419 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 948ec40..c591943 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout