Skip to content

Commit 27cc541

Browse files
committed
Add cp310 to PyLimitedApi
1 parent 6d0a8ed commit 27cc541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_rust/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from .extension import Binding, RustExtension
1010

11-
PyLimitedApi = Literal["cp36", "cp37", "cp38", "cp39", True, False]
11+
PyLimitedApi = Literal["cp36", "cp37", "cp38", "cp39", "cp310", True, False]
1212

1313

1414
def binding_features(

0 commit comments

Comments
 (0)