diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3329ecc..421af20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: main: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15-dev'] runs-on: ubuntu-latest name: Python ${{ matrix.python }} steps: