diff --git a/.github/workflows/build-with-clang.yml b/.github/workflows/build-with-clang.yml index 38e6c99d..fdcfa55f 100644 --- a/.github/workflows/build-with-clang.yml +++ b/.github/workflows/build-with-clang.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python: ["3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] numpy_version: ["numpy'>=2'"] env: diff --git a/.github/workflows/build_pip.yaml b/.github/workflows/build_pip.yaml index c79f845a..2b19a3b4 100644 --- a/.github/workflows/build_pip.yaml +++ b/.github/workflows/build_pip.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13'] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] use_pre: ["", "--pre"] steps: diff --git a/.github/workflows/conda-package-cf.yml b/.github/workflows/conda-package-cf.yml index 94575731..524136f1 100644 --- a/.github/workflows/conda-package-cf.yml +++ b/.github/workflows/conda-package-cf.yml @@ -21,14 +21,17 @@ jobs: strategy: matrix: include: - - python: '3.10' - numpy: '2.2' - - python: '3.11' - numpy: '2.3' - - python: '3.12' - numpy: '2.3' - - python: '3.13' - numpy: '2.3' + - python: "3.10" + numpy: "2.2" + - python: "3.11" + numpy: "2.3" + - python: "3.12" + numpy: "2.3" + - python: "3.13" + numpy: "2.3" + - python: "3.14" + numpy: "2.3" + steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 @@ -85,7 +88,7 @@ jobs: strategy: matrix: - python_ver: ['3.10', '3.11', '3.12', '3.13'] + python_ver: ["3.10", "3.11", "3.12", "3.13", "3.14"] numpy: ['numpy">=2"'] experimental: [false] runner: [ubuntu-latest] @@ -156,14 +159,17 @@ jobs: strategy: matrix: include: - - python: '3.10' - numpy: '2.2' - - python: '3.11' - numpy: '2.3' - - python: '3.12' - numpy: '2.3' - - python: '3.13' - numpy: '2.3' + - python: "3.10" + numpy: "2.2" + - python: "3.11" + numpy: "2.3" + - python: "3.12" + numpy: "2.3" + - python: "3.13" + numpy: "2.3" + - python: "3.14" + numpy: "2.3" + steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 @@ -225,7 +231,7 @@ jobs: strategy: matrix: - python_ver: ['3.10', '3.11', '3.12', '3.13'] + python_ver: ["3.10", "3.11", "3.12", "3.13", "3.14"] numpy: ['numpy">=2"'] experimental: [false] runner: [windows-latest] diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index d74735d3..8f64ddae 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13'] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 @@ -77,7 +77,7 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13'] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] experimental: [false] runner: [ubuntu-latest] continue-on-error: ${{ matrix.experimental }} @@ -158,7 +158,7 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13'] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 @@ -222,7 +222,7 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13'] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] experimental: [false] runner: [windows-latest] continue-on-error: ${{ matrix.experimental }}