Skip to content

Commit

Permalink
Add support for py-limited-api
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 27, 2024
1 parent cd7da95 commit a3e748f
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 290 deletions.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,11 @@ def copy_autocomplete(self):
],
cmdclass=dict(build_ext=CMakeBuild),
zip_safe=False,
install_requires=[]
install_requires=[],
options={
'bdist_wheel': {
'py_limited_api': 'cp38',
'plat-name': 'manylinux_2_34_x86_64'
}
}
)
Loading

0 comments on commit a3e748f

Please sign in to comment.