GitHub user trim21 edited a discussion: Add python39/310 support back
we drop py<3.11 support in https://github.com/apache/opendal/discussions/4625#discussioncomment-11286854 because we don't have enough pypi space for wheel, and because of the stable API we used, we have to choose cp311. Now we have more pypi spaces, I proposal we add these versions back without abi3 flags. For python>=3.11, only abi3 wheel are provided. for this idea, what we need: 1. move `pyo3` abi3 feature to lib's feature. 2. change build steps to cp3.11 with abi3 feature and cp3.9/3.10 without abi3 feature. 3. change tests to add cp39/310 back and test with abi3 when py>=3.11 GitHub link: https://github.com/apache/opendal/discussions/5335 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
