Skip to content

Commit 279cd35

Browse files
committed
Fix wheel issue
1 parent 23ef057 commit 279cd35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
py_modules=['rundec'],
2222
ext_modules=[ext_mod],
2323
extras_require={'testing': ['pytest']},
24+
options={'bdist_wheel': {'py_limited_api': 'cp310'}},
2425
)

0 commit comments

Comments
 (0)