Skip to content

Commit 89a4401

Browse files
committed
ENH: default to 2025.12 unless ARRAY_API_TESTS_VERSION is set
1 parent c629835 commit 89a4401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

array_api_tests/__init__.py

Lines changed: 1 addition & 1 deletion
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__", "2024.12")
89+
"ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2025.12")
9090
)
9191
xps = array_api.make_strategies_namespace(xp, api_version=api_version)
9292

0 commit comments

Comments
 (0)