From 85810ba3ec90946c51239f43cf518244889be798 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Sun, 2 Feb 2025 18:32:57 +0100 Subject: [PATCH] CI: use 2024.12 on CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a58f1841..2fab2072 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Run the test suite env: ARRAY_API_TESTS_MODULE: array_api_strict - ARRAY_API_STRICT_API_VERSION: 2023.12 + ARRAY_API_STRICT_API_VERSION: 2024.12 run: | pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/ # We also have internal tests that isn't really necessary for adopters