We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad7731 commit 2a84383Copy full SHA for 2a84383
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__", "2023.12")
+ "ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2024.12")
90
)
91
xps = array_api.make_strategies_namespace(xp, api_version=api_version)
92
0 commit comments