diff --git a/.cruft.json b/.cruft.json index 370c14df..9a320cf1 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/allenporter/cookiecutter-python", - "commit": "6035ef7fa54ecaf83d0593a553074cf952172437", + "commit": "ae5501352e9a6fe363996818fc2b4c82f5816450", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/cruft.yaml b/.github/workflows/cruft.yaml index 553b15f2..84518a59 100644 --- a/.github/workflows/cruft.yaml +++ b/.github/workflows/cruft.yaml @@ -9,7 +9,7 @@ on: - cron: "0 0 * * *" env: - PYTHON_VERSION: 3.12 + PYTHON_VERSION: 3.13 jobs: update: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a6108712..12e85e75 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,7 +11,7 @@ on: - main env: - PYTHON_VERSION: 3.12 + PYTHON_VERSION: 3.13 jobs: build: diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index e097c187..a571ad7a 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: 3.12 + PYTHON_VERSION: 3.13 jobs: deploy: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8d424756..df47ff32 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: types: [created] env: - PYTHON_VERSION: 3.12 + PYTHON_VERSION: 3.13 jobs: build: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1fcba281..d8a4139a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11", "3.12"] + python-version: ["3.12", "3.13"] steps: - uses: actions/checkout@v4