diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0125882..0df64e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.12"] + python-version: ["3.8", "3.10", "3.12"] exclude: - os: macOS-latest python-version: "3.7"