Skip to content

Commit 69d1fa4

Browse files
committed
Use 3.15t for free-threaded CI
1 parent 017ea83 commit 69d1fa4

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
@@ -504,9 +504,9 @@ jobs:
504504
with:
505505
matrix_yaml: |
506506
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 }
507+
- { runner: ubuntu-24.04, python-version: 3.15t-dev }
508+
- { runner: macos-26, python-version: 3.15t-dev }
509+
- { runner: windows-2025, python-version: 3.15t-dev }
510510
511511
pytest-run-parallel:
512512
needs: make_run_parallel_matrix
@@ -536,7 +536,7 @@ jobs:
536536
537537
clang_TSAN:
538538
runs-on: ubuntu-24.04
539-
container: ghcr.io/nascheme/numpy-tsan:3.14t
539+
container: ghcr.io/nascheme/numpy-tsan:3.15t-dev
540540
steps:
541541
- uses: actions/checkout@v4
542542

0 commit comments

Comments
 (0)