From 875a368de951c6dc20e6b4554dbfaaceb6761e3e Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 20 Nov 2023 18:33:04 +0000 Subject: [PATCH] Pin checks to Python 3.12 --- .github/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6f2e35a0..09285518 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: ref: ${{github.event.pull_request.head.sha}} - uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: "3.12" - run: python -m pip install towncrier - run: "scripts-dev/check_newsfragment.sh ${{ github.event.number }}" @@ -32,6 +32,7 @@ jobs: - uses: matrix-org/setup-python-poetry@v1 with: + python-version: 3.12 install-project: false - name: Import order (isort)