Skip to content

Commit e3d7e09

Browse files
committed
CI: use 2024.12 on CI
1 parent 2a84383 commit e3d7e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run the test suite
2828
env:
2929
ARRAY_API_TESTS_MODULE: array_api_strict
30-
ARRAY_API_STRICT_API_VERSION: 2023.12
30+
ARRAY_API_STRICT_API_VERSION: 2024.12
3131
run: |
3232
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
3333
# We also have internal tests that isn't really necessary for adopters

0 commit comments

Comments
 (0)