Skip to content

Commit fda7f81

Browse files
Update from Copier (2026-09-13T16-03-50Z)
Signed-off-by: python-templates-copier-update[bot] <python-templates-copier-update[bot]@users.noreply.github.com>
1 parent f373a93 commit fda7f81

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 552b2de
2+
_commit: f43b419
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@ jobs:
3131
strategy:
3232
matrix:
3333
include:
34-
- name: ubuntu-latest
34+
- name: ubuntu-24.04
3535
dist_path: dist
36-
os: ubuntu-latest
36+
os: ubuntu-24.04
3737
python: "3.11"
3838
target: native
3939
- name: ubuntu-24.04-arm
4040
dist_path: dist
4141
os: ubuntu-24.04-arm
4242
python: "3.11"
4343
target: native
44-
- name: macos-latest
44+
- name: macos-26
4545
dist_path: dist
46-
os: macos-latest
46+
os: macos-26
4747
python: "3.11"
4848
target: native
49-
- name: windows-latest
49+
- name: windows-2025
5050
dist_path: dist
51-
os: windows-latest
51+
os: windows-2025
5252
python: "3.11"
5353
target: native
5454
- name: pyodide
5555
dist_path: dist/pyodide
56-
os: ubuntu-latest
56+
os: ubuntu-24.04
5757
python: "3.14"
5858
target: pyodide
5959

@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Checks
8484
run: make checks
85-
if: matrix.name == 'ubuntu-latest'
85+
if: matrix.name == 'ubuntu-24.04'
8686

8787
- name: Build
8888
run: make build
@@ -107,7 +107,7 @@ jobs:
107107
uses: EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0
108108
with:
109109
files: '**/junit.xml'
110-
if: matrix.name == 'ubuntu-latest'
110+
if: matrix.name == 'ubuntu-24.04'
111111

112112
- name: Upload coverage
113113
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
@@ -132,7 +132,7 @@ jobs:
132132
shell: bash
133133
env:
134134
CIBW_ARCHS_LINUX: native
135-
if: matrix.name == 'ubuntu-latest'
135+
if: matrix.name == 'ubuntu-24.04'
136136

137137
- name: Build distributions (Linux ARM64)
138138
run: |
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
165165
with:
166166
module: python_template_rust
167-
if: matrix.name == 'ubuntu-latest'
167+
if: matrix.name == 'ubuntu-24.04'
168168

169169
- name: Upload distributions
170170
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
docs:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
1818
steps:
1919
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
2727
- name: Download distributions
2828
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
2929
with:
30-
pattern: dist-ubuntu-latest*
30+
pattern: dist-ubuntu-24.04*
3131
merge-multiple: true
3232
path: dist
3333
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
deploy:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

0 commit comments

Comments
 (0)