Skip to content

Commit 3f5704a

Browse files
committed
Use 3.15t for free-threaded CI
1 parent c7ed143 commit 3f5704a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ jobs:
505505
with:
506506
matrix_yaml: |
507507
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 }
508+
- { runner: ubuntu-24.04, python-version: 3.15t-dev }
509+
- { runner: macos-15, python-version: 3.15t-dev }
510+
- { runner: windows-2025, python-version: 3.15t-dev }
511511
512512
513513
pytest-run-parallel:
@@ -538,7 +538,7 @@ jobs:
538538
539539
clang_TSAN:
540540
runs-on: ubuntu-24.04
541-
container: ghcr.io/nascheme/numpy-tsan:3.14t
541+
container: ghcr.io/nascheme/numpy-tsan:3.15t-dev
542542
steps:
543543
- uses: actions/checkout@v4
544544

0 commit comments

Comments
 (0)