kevinjqliu commented on issue #3190: URL: https://github.com/apache/iceberg-python/issues/3190#issuecomment-4112206067
Found the issue, the github workflow run picked up python 3.8 instead of the specified python 3.12! https://github.com/apache/iceberg-rust/actions/runs/23356765173/job/67949517681 ``` 🔗 Found pyo3 bindings with abi3 support 🐍 Found CPython 3.8 at /opt/python/cp38-cp38/bin/python3 📡 Using build options features from pyproject.toml ⚠️ Warning: CPython 3.8 at /opt/python/cp38-cp38/bin/python3 does not yet support abi3 so the build artifacts will be version-specific. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
