From fdbd2c4bc152d2adb99c418c7f9de28920daa986 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Mon, 30 Oct 2023 13:32:37 +0100 Subject: [PATCH] Pin Python version until Towncrier fork is updated --- .changelog/5421.internal.md | 1 + .github/workflows/ci-lint.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changelog/5421.internal.md diff --git a/.changelog/5421.internal.md b/.changelog/5421.internal.md new file mode 100644 index 00000000000..2e4f7b57187 --- /dev/null +++ b/.changelog/5421.internal.md @@ -0,0 +1 @@ +Pin Python version until Towncrier fork is updated diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 23efe01bc60..352d3fe6e4b 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -38,7 +38,8 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v4 with: - python-version: "3.x" + # Towncrier fork does not work with 3.12. + python-version: "3.11.6" - name: Set up Node.js 12 uses: actions/setup-node@v4 with: