kevinjqliu commented on code in PR #903: URL: https://github.com/apache/iceberg-rust/pull/903#discussion_r1922693234
########## 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: "supported" here means official support from pyiceberg. we allow people to use 3.13 for testing. I think adding `3.13` here might signal that 3.13 can be used officially -- 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]
