diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49d0add45..3ad835cad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.10', '3.11', '3.12', '3.13' ] + python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ] name: CI job (python ${{ matrix.python-version }}) steps: