From 461e802732ac062d37332788a3cba7ec6cc65ebc Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Fri, 13 Dec 2024 19:43:22 +0200 Subject: [PATCH] Updated GitHub Actions CI configuration --- .github/workflows/python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index e88d614..cf903b1 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.9", "3.10", "3.11", "3.12"] + python: [3.8, 3.9, '3.10', 3.11, 3.12] java: [8, 11, 17] steps: