From ac340bb49715c20fbf8bbe74af81ffea03dd68c4 Mon Sep 17 00:00:00 2001 From: Jane Xu Date: Tue, 12 Nov 2024 09:31:07 -0800 Subject: [PATCH] added py_limit to wrong place --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 291cfa3bad..9a926ced7a 100644 --- a/setup.py +++ b/setup.py @@ -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" + }}, )