diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 422a14d..4e2334d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11", "3.12"] + python-version: ["3.11"] # , "3.12" steps: - uses: actions/checkout@v4 with: