diff --git a/.github/workflows/github-action-test.yaml b/.github/workflows/github-action-test.yaml index 39ef5f2..169615b 100644 --- a/.github/workflows/github-action-test.yaml +++ b/.github/workflows/github-action-test.yaml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.10", "3.11"] + python-version: ["3.10"] steps: - uses: actions/checkout@v2