From d4c1807f239dc176344411a5d6119f3ef34281de Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 13 Dec 2023 22:00:21 +0100 Subject: [PATCH] Only run tests on oldest and newest python --- .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 c3f4ef7..15e2f52 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.11'] pyqt-version: ['6.4.0', '6.6.0'] steps: - uses: actions/checkout@v4