diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 84c34f5..3a61b43 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -31,7 +31,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}