We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635843d commit 6a1b398Copy full SHA for 6a1b398
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