diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 9cc3e5d9..99c700ae 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10"] steps: - uses: actions/checkout@v4 @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install ruff - pip install -r requirements.txt + pip install -r requirements.txt - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names