diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de04a66..1dfcf0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9'] runs-on: macos-latest steps: - name: Checkout repository and submodules