diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e56766..f4ffa3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 8 matrix: os: [ubuntu-20.04, ubuntu-24.04, macos-12] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4