Skip to content

Commit

Permalink
added py_limit to wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 committed Nov 12, 2024
1 parent d8b9345 commit ac340bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,7 @@ def get_extensions():
long_description_content_type="text/markdown",
url="https://github.com/pytorch-labs/ao",
cmdclass={"build_ext": BuildExtension},
options={"bdist_wheel": {
"py_limited_api": "cp38"
}},
)

0 comments on commit ac340bb

Please sign in to comment.