This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit b1dc4d8746ac95dde2f69a81566082ee30f606bd
Author: Andrew Stitcher <astitc...@apache.org>
AuthorDate: Tue Jan 31 15:24:22 2023 -0500

    PROTON-2678: Mark the created CFFI package as multiversion
    
    We were already building a multiversion package as that is what cffi
    does by default. We just needed to tell bdist_wheel to create the
    correct file name.
---
 python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 6dbd4866d..bae2873a2 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -148,7 +148,7 @@ check_python_module("wheel" WHEEL_MODULE_FOUND)
 if (SETUPTOOLS_MODULE_FOUND)
   set (pydist_cmds sdist)
   if (WHEEL_MODULE_FOUND)
-    set (pydist_cmds sdist bdist_wheel)
+    set (pydist_cmds sdist bdist_wheel --py-limited-api=cp38)
   endif()
 endif()
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to