diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c592ff..3dba451 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.12" ] runs-on: "ubuntu-latest"