diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f526a6..6b69edf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + # Do not use Python 3.7 as it is not supported by GitHub Actions for MacOS + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2