From 62bf14a99f57ab16fc83b3cdf2bd9252c5c7288c Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Thu, 27 Jun 2024 14:10:07 +0200 Subject: [PATCH] Add python 3.12 --- .github/workflows/gh-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index e6179da..97efd86 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -25,7 +25,7 @@ jobs: matrix: image_dir: [coffea-base, coffea-dask] distro: [almalinux8, almalinux9] - python: ["3.9", "3.10", "3.11"] + python: ["3.9", "3.10", "3.11", "3.12"] exclude: - distro: almalinux8 python: 3.9 @@ -33,6 +33,8 @@ jobs: python: 3.9 - image_dir: coffea-base python: 3.11 + - image_dir: coffea-base + python: 3.12 name: ${{ matrix.image_dir }}-${{ matrix.distro }}-${{ matrix.python }} runs-on: ubuntu-latest permissions: