Skip to content

Commit 6a1b398

Browse files
committed
Default to the 2023.12 version of the standard if no ARRAY_API_TESTS_VERSION or __array_api_version__ is specified
1 parent 635843d commit 6a1b398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _from_dtype(*a, **kw):
7878

7979

8080
api_version = os.getenv(
81-
"ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2021.12")
81+
"ARRAY_API_TESTS_VERSION", getattr(xp, "__array_api_version__", "2023.12")
8282
)
8383
xps = array_api.make_strategies_namespace(xp, api_version=api_version)
8484

0 commit comments

Comments
 (0)