From cfe7c9450029d8c6d16c2312f7d4d1820ba46294 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 13 Sep 2026 16:04:33 +0000 Subject: [PATCH] Update from Copier (2026-09-13T16-04-29Z) 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 be08d8ef..16e05838 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 6c7e8d0c..1f13bf92 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