Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v0.12.3
_commit: v0.14.1
_src_path: gl:openscm/copier-core-python-repository
conda_release: true
email: zebedee.nicholls@climate-energy-college.org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
type: choice
description: How to bump the project's version (see https://docs.astral.sh/uv/reference/cli/#uv-version)
options:
- stable
- patch
- minor
- major
- stable
- alpha
- beta
- rc
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.9" ]
python-version: [ "3.11" ]
runs-on: "${{ matrix.os }}"
env:
CI_COMMIT_EMAIL: "ci-runner@pandas-openscm.invalid"
Expand Down
1 change: 1 addition & 0 deletions changelog/33.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated to latest version of the copier template
Loading