Skip to content

Commit

Permalink
Pin checks to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 20, 2023
1 parent ca9903f commit 875a368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand All @@ -32,6 +32,7 @@ jobs:

- uses: matrix-org/setup-python-poetry@v1
with:
python-version: 3.12
install-project: false

- name: Import order (isort)
Expand Down

0 comments on commit 875a368

Please sign in to comment.