Skip to content

Commit 85df0ea

Browse files
committed
Fix 2022.12 building
1 parent ada9102 commit 85df0ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

spec/2022.12/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import sys
2+
3+
from array_api_stubs import _2022_12 as stubs_mod
4+
from _array_api_conf import *
5+
6+
release = "2022.12"
7+
sys.modules["array_api"] = stubs_mod

src/array_api_stubs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from . import _2021_12, _draft
1+
from . import _2021_12, _2022_12, _draft
22

0 commit comments

Comments
 (0)