diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2610846e..365eb9e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,8 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11-dev" + - "3.11" + - "3.12-dev" steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}