From 84c005919f7283f867fa2266fe0478d32f99b961 Mon Sep 17 00:00:00 2001 From: Andreas Thalhammer Date: Sat, 18 May 2024 20:44:23 +0200 Subject: [PATCH] add unit tests for 3.11 and 3.12 --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 29f808a..edcba15 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.8", "3.9", "3.10" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] # Steps represent a sequence of tasks that will be executed as part of the job steps: