diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index b0f9a99..c73b613 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4