diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ff13787..31b32b780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - python_version: ['3.10', '3.12', '3.13'] + python_version: ['3.10', '3.12', '3.13', '3.14'] os: [ubuntu-latest] runs-on: ${{ matrix.os }} timeout-minutes: 30 @@ -69,6 +69,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: ${{ matrix.python_version }} + allow-prereleases: true cache: 'pip' cache-dependency-path: | **/pyproject.toml