diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95cffcf..f443e43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,11 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: - - "3.7" - - "3.8" - - "3.9" - - "3.10" + python-version - "3.11" - "3.12"