geruh opened a new pull request, #2110: URL: https://github.com/apache/iceberg-rust/pull/2110
## What changes are included in this PR? Currently, pyiceberg-core has `requires-python = ">=3.10,<3.13"`, so PyIceberg 3.13 users can't install the Rust-accelerated core package. The `<3.13` upper bound was added in #1796, and prior to this pr it was `~=3.9` which is the equivalent of `>=3.9,<4` so this change basically restores that behavior. Also, `pyiceberg-core` uses PyO3's abi3-py310 feature, which already handles forward ABI compatibility across Python 3.x. This allows PyIceberg to test against new Python releases without waiting on us core. This pr also updates the trove classifiers to reflect this change and one more for Rust. ## Are these changes tested? `make test` -- 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]
