diff --git a/.copier-answers.yml b/.copier-answers.yml index de3453a..1176570 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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 diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index b52d7ad..d3522eb 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -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 @@ -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" diff --git a/changelog/33.trivial.md b/changelog/33.trivial.md new file mode 100644 index 0000000..4f83390 --- /dev/null +++ b/changelog/33.trivial.md @@ -0,0 +1 @@ +Updated to latest version of the copier template