trim21 commented on code in PR #903: URL: https://github.com/apache/iceberg-rust/pull/903#discussion_r1922682955
########## bindings/python/pyproject.toml: ########## @@ -32,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", Review Comment: You have abi3 wheels so there is no way you don't support 3.13 unless uou have sone check at runtime https://pypi.org/project/pyiceberg-core/#files -- 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]
