Skip to content

Commit 3324165

Browse files
committed
Adding 2023.12 to list of supported versions
Signed-off-by: Pradyot Ranjan <[email protected]>
1 parent fd132d3 commit 3324165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparse/numba_backend/_sparse_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ def __array_namespace__(self, *, api_version=None):
955955
if api_version is None:
956956
api_version = "2024.12"
957957

958-
if api_version not in {"2021.12", "2022.12", "2024.12"}:
958+
if api_version not in {"2021.12", "2022.12", "2023.12", "2024.12"}:
959959
raise ValueError(f'"{api_version}" Array API version not supported.')
960960
import sparse
961961

0 commit comments

Comments
 (0)