We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c629835 commit 89a4401Copy full SHA for 89a4401
1 file changed
array_api_tests/__init__.py
@@ -86,7 +86,7 @@ def _from_dtype(*a, **kw):
86
87
88
api_version = os.getenv(
89
- "ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2024.12")
+ "ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2025.12")
90
)
91
xps = array_api.make_strategies_namespace(xp, api_version=api_version)
92
0 commit comments