Skip to content

Commit 2a84383

Browse files
committedFeb 27, 2025
ENH: default to 2024.12 revision
1 parent dad7731 commit 2a84383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎array_api_tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _from_dtype(*a, **kw):
8686

8787

8888
api_version = os.getenv(
89-
"ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2023.12")
89+
"ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2024.12")
9090
)
9191
xps = array_api.make_strategies_namespace(xp, api_version=api_version)
9292

0 commit comments

Comments
 (0)
Please sign in to comment.