Skip to content

Commit f41e314

Browse files
committed
document builtins.pow3 availability
this makes it show up in the support matrix
1 parent f15eceb commit f41e314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/shared_bindings_matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"array": "CIRCUITPY_ARRAY",
7070
# always available, so depend on something that's always 1.
7171
"builtins": "CIRCUITPY",
72+
"builtins.pow3": "CIRCUITPY_BUILTINS_POW3",
7273
"busio.SPI": "CIRCUITPY_BUSIO_SPI",
7374
"busio.UART": "CIRCUITPY_BUSIO_UART",
7475
"collections": "CIRCUITPY_COLLECTIONS",

0 commit comments

Comments
 (0)