erickguan commented on issue #7816: URL: https://github.com/apache/opendal/issues/7816#issuecomment-5065286488
@chitralverma FYI, I read a blog about ABI [here](https://labs.quansight.org/blog/python-abi-abi3t). > The free-threaded Stable ABI, abi3t, gives extension maintainers a path to one artifact per platform for Python 3.15 and newer. Older non-free-threaded versions can still be covered by abi3. If you maintain a project that currently ships abi3 wheels, we suggest building two more wheels: a version-specific free-threaded Python 3.14 wheel and a cp315-abi3.abi3t wheel to target both builds on Python 3.15 and newer. This is summarized in the table below. > <img width="505" height="334" alt="Image" src="https://github.com/user-attachments/assets/1ae4681a-3515-44ef-a2cb-9f888d74c4ae" /> > ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
