diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78a19f7c..cb0f7007 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Select the Python versions to test against - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11'] steps: - name: Check out the code uses: actions/checkout@v3