Skip to content

Commit 07260bc

Browse files
committed
ENH: default to 2025.12 Array API version
1 parent b43965b commit 07260bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

array_api_strict/_flags.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
"2022.12",
3131
"2023.12",
3232
"2024.12",
33+
"2025.12",
3334
)
3435

35-
draft_version = "2025.12"
36+
draft_version = "2026.12"
3637

37-
API_VERSION = default_version = "2024.12"
38+
API_VERSION = default_version = "2025.12"
3839

3940
BOOLEAN_INDEXING = True
4041

0 commit comments

Comments
 (0)