From 97306b2c91e08cc25623a732484290bcda24fe31 Mon Sep 17 00:00:00 2001 From: "Dr. Dominik Krupke" Date: Thu, 5 Sep 2024 16:30:18 +0200 Subject: [PATCH] Changing test matrix to py310 and py312 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3d942b5..f3d19a4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.10", "3.12"] steps: - uses: actions/checkout@v3