Only run tests on oldest and newest python

This commit is contained in:
Rebecca Breu 2023-12-13 22:00:21 +01:00
parent 487f24294e
commit d4c1807f23

View file

@ -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