Skip to content

Commit e438497

Browse files
committed
Update copier template version
1 parent edb5370 commit e438497

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers.yml

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; NEVER EDIT MANUALLY
2-
_commit: v0.12.3
2+
_commit: v0.14.0
33
_src_path: gl:openscm/copier-core-python-repository
44
conda_release: true
55

.github/workflows/bump.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
type: choice
88
description: How to bump the project's version (see https://docs.astral.sh/uv/reference/cli/#uv-version)
99
options:
10-
- stable
1110
- patch
1211
- minor
1312
- major
13+
- stable
1414
- alpha
1515
- beta
1616
- rc
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ "ubuntu-latest" ]
28-
python-version: [ "3.9" ]
28+
python-version: [ "3.11" ]
2929
runs-on: "${{ matrix.os }}"
3030
env:
3131
CI_COMMIT_EMAIL: "[email protected]"

0 commit comments

Comments
 (0)