From 991fffcde05d69a2e15507f3dcd42b8d367114a6 Mon Sep 17 00:00:00 2001 From: Patrick Zwerschke Date: Sun, 24 Mar 2024 13:58:22 +0100 Subject: [PATCH] test push --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4427b1f9..4bde372d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,7 +28,9 @@ jobs: - python-version: "3.11" wx-version: "4.1.1" - python-version: "3.12" - wx-version: "4.1.1", "4.2.0" + wx-version: + - "4.1.1" + - "4.2.0" steps: