Skip to content

Commit 85810ba

Browse files
committed
CI: use 2024.12 on CI
1 parent 31cb117 commit 85810ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)