From 4311811159b5809fc3ba5609dbd4b46da256c1e5 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Thu, 1 Aug 2024 14:14:58 -0400 Subject: [PATCH] Revert to using Python 3.10 in the linting job This project's jobs cannot yet run under Python 3.11 or 3.12. --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41e760e..83b4462 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,9 @@ jobs: - id: setup-python uses: actions/setup-python@v5 with: - python-version: ${{ steps.setup-env.outputs.python-version }} + # python-version: ${{ steps.setup-env.outputs.python-version }} + # This project cannot currently support Python 3.11 or 3.12. + python-version: "3.10" # We need the Go version and Go cache location for the actions/cache step, # so the Go installation must happen before that. - id: setup-go @@ -248,7 +250,9 @@ jobs: - id: setup-python uses: actions/setup-python@v5 with: - python-version: ${{ steps.setup-env.outputs.python-version }} + # python-version: ${{ steps.setup-env.outputs.python-version }} + # This project cannot currently support Python 3.11 or 3.12. + python-version: "3.10" - uses: actions/cache@v3 env: BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\