diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2371b5d..b8cd78bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - py: [ 3.9, 3.10, 3.11 ] + py: [ 3.9 ] steps: - uses: actions/checkout@v4 - name: Install Python ${{ matrix.py }}