Skip to content

Commit 9db56ec

Browse files
authored
Merge pull request #295 from asmeurer/2023-default
Default to the 2023.12 version of the standard
2 parents bcd5919 + 6a1b398 commit 9db56ec

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)