From 201f496074cd653c7cd807f1a245831feab85b6b Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Tue, 1 Oct 2024 10:21:03 +1000 Subject: [PATCH] Add all PySHACL supported python versions to test matrix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 271e489..5c0add7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: matrix: python-version: - '3.8' + - '3.9' + - '3.10' + - '3.11' - '3.12' steps: