diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f4885..3388ee2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - python: 3.9 - python: '3.10' - python: '3.11' - - python: '3.12-dev' + - python: '3.12' runs-on: ubuntu-latest name: Python ${{ matrix.python }} steps: