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