We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017ea83 commit 69d1fa4Copy full SHA for 69d1fa4
1 file changed
.github/workflows/ci.yaml
@@ -504,9 +504,9 @@ jobs:
504
with:
505
matrix_yaml: |
506
include:
507
- - { runner: ubuntu-24.04, python-version: 3.14t }
508
- - { runner: macos-26, python-version: 3.14t }
509
- - { runner: windows-2025, python-version: 3.14t }
+ - { runner: ubuntu-24.04, python-version: 3.15t-dev }
+ - { runner: macos-26, python-version: 3.15t-dev }
+ - { runner: windows-2025, python-version: 3.15t-dev }
510
511
pytest-run-parallel:
512
needs: make_run_parallel_matrix
@@ -536,7 +536,7 @@ jobs:
536
537
clang_TSAN:
538
runs-on: ubuntu-24.04
539
- container: ghcr.io/nascheme/numpy-tsan:3.14t
+ container: ghcr.io/nascheme/numpy-tsan:3.15t-dev
540
steps:
541
- uses: actions/checkout@v4
542
0 commit comments