Skip to content

Commit eb86e24

Browse files
committed
CI: use 2025.12 as the Array API version
1 parent 89a4401 commit eb86e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run the test suite
3232
env:
3333
ARRAY_API_TESTS_MODULE: array_api_strict
34-
ARRAY_API_STRICT_API_VERSION: 2024.12
34+
ARRAY_API_STRICT_API_VERSION: 2025.12
3535
run: |
3636
pytest -v -rxXfE --skips-file=/tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
3737
# We also have internal tests that isn't really necessary for adopters

0 commit comments

Comments
 (0)