We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd5919 + 6a1b398 commit 9db56ecCopy full SHA for 9db56ec
array_api_tests/__init__.py
@@ -78,7 +78,7 @@ def _from_dtype(*a, **kw):
78
79
80
api_version = os.getenv(
81
- "ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2021.12")
+ "ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2023.12")
82
)
83
xps = array_api.make_strategies_namespace(xp, api_version=api_version)
84
0 commit comments