diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index be4b1ea231..1b6d24cbeb 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -26,9 +26,11 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' - python: '3.14' python_spec: '3.14.* *_cp314t' steps: @@ -101,9 +103,11 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' - python: '3.14' python_spec: '3.14.* *_cp314t' steps: @@ -176,9 +180,13 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' + experimental: false + runner: ubuntu-22.04 - python: '3.14' python_spec: '3.14.* *_cp314t' experimental: false @@ -291,9 +299,13 @@ jobs: shell: cmd /C CALL {0} strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' + experimental: false + runner: windows-latest - python: '3.14' python_spec: '3.14.* *_cp314t' experimental: false @@ -480,9 +492,11 @@ jobs: timeout-minutes: 20 strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' - python: '3.14' python_spec: '3.14.* *_cp314t' steps: @@ -527,9 +541,11 @@ jobs: shell: cmd /C CALL {0} strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' - python: '3.14' python_spec: '3.14.* *_cp314t' steps: @@ -573,7 +589,7 @@ jobs: strategy: matrix: python: ['3.14'] - python_spec: [''] + python_spec: ['3.14.* *_cp314'] experimental: [false] runner: [ubuntu-latest] include: diff --git a/.github/workflows/run-tests-from-dppy-bits.yaml b/.github/workflows/run-tests-from-dppy-bits.yaml index 3cd684df64..d310263629 100644 --- a/.github/workflows/run-tests-from-dppy-bits.yaml +++ b/.github/workflows/run-tests-from-dppy-bits.yaml @@ -27,9 +27,11 @@ jobs: strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' - python: '3.14' python_spec: '3.14.* *_cp314t' experimental: [false] @@ -86,9 +88,11 @@ jobs: shell: cmd /C CALL {0} strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] python_spec: [''] include: + - python: '3.14' + python_spec: '3.14.* *_cp314' - python: '3.14' python_spec: '3.14.* *_cp314t' experimental: [false]