From f7470edc5ce6f637857daceaf035babb7a756fe2 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 12 Feb 2025 08:02:31 +0100 Subject: [PATCH] ci: Add Python 3.12 a 3.13 to Python unit tests matrix --- .github/workflows/python-unit-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-unit-test.yml b/.github/workflows/python-unit-test.yml index 1e06aaee..e673bba7 100644 --- a/.github/workflows/python-unit-test.yml +++ b/.github/workflows/python-unit-test.yml @@ -29,6 +29,10 @@ jobs: os: ubuntu-latest - ver: "3.11" os: ubuntu-latest + - ver: "3.12" + os: ubuntu-latest + - ver: "3.13" + os: ubuntu-latest runs-on: ${{ matrix.pyver_os.os }} steps: - name: Update git