diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24555e6..d528d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: main: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ubuntu-latest name: Python ${{ matrix.python }} steps: