From 50c49f1d8340980a80f2d5248a66d62d07697358 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 1 Sep 2023 22:41:00 +0200 Subject: [PATCH] GitHub Actions: setup-python allow-prereleases for 3.12 (#12252) --- .github/workflows/ci.yml | 6 +++--- news/12252.trivial.rst | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 news/12252.trivial.rst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ec976afce..41d3ab9463a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,14 +109,14 @@ jobs: - "3.9" - "3.10" - "3.11" - - key: "3.12" - full: "3.12-dev" + - "3.12" steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: ${{ matrix.python.full || matrix.python }} + python-version: ${{ matrix.python }} + allow-prereleases: true - name: Install Ubuntu dependencies if: matrix.os == 'Ubuntu' diff --git a/news/12252.trivial.rst b/news/12252.trivial.rst new file mode 100644 index 00000000000..e69de29bb2d