diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 28cbe9c..94c8785 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10'] steps: - name: Checkout uses: actions/checkout@v2