Skip to content

Commit 6cfde00

Browse files
committed
Update array API version supported to 2024.12
1 parent ab98697 commit 6cfde00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_array_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _get_device_impl(d):
6363
raise TypeError(f"Unsupported type for device argument: {type(d)}")
6464

6565

66-
__array_api_version__ = "2023.12"
66+
__array_api_version__ = "2024.12"
6767

6868

6969
class Info:

0 commit comments

Comments
 (0)