diff --git a/.cruft.json b/.cruft.json index 8722747..a75f218 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/smkent/cookie-python", - "commit": "224c0e2ca30f461007b0204e81155b256ac13fc4", + "commit": "a893079686fd02969c4f1858dbcd687430035b86", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 978919d..f23532a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -4,7 +4,7 @@ name: Release env: ENABLE_PYPI_PUBLISH: true ENABLE_TEST_PYPI_PUBLISH: true - RELEASE_PYTHON_VERSION: "3.10" + RELEASE_PYTHON_VERSION: "3.11" RELEASE_POETRY_VERSION: "1.2" on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b932aa0..7e1fcf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" poetry-version: - "1.2" @@ -47,7 +48,7 @@ jobs: paths: ./.pytest_results.xml - name: 📊 Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 if: ${{ env.ENABLE_COVERAGE == 'true' }} with: fail_ci_if_error: true diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 82a3b25..08493f1 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -4,7 +4,7 @@ name: Build env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - RELEASE_PYTHON_VERSION: "3.10" + RELEASE_PYTHON_VERSION: "3.11" RELEASE_POETRY_VERSION: "1.2" on: