diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96184986..9793be30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release_created }} container: - image: "python:3.10" + image: "python:3.11" steps: - uses: actions/checkout@v3