kevinjqliu commented on code in PR #903:
URL: https://github.com/apache/iceberg-rust/pull/903#discussion_r1922678898


##########
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:
   nit: technically 3.13 is not officially supported
   
https://github.com/apache/iceberg-python/blob/b15934d5a9e6bf97b047f63239cc21ba1c15cdd4/pyproject.toml#L26-L33



##########
bindings/python/pyproject.toml:
##########
@@ -23,6 +23,7 @@ build-backend = "maturin"
 name = "pyiceberg_core"
 version = "0.4.0"
 readme = "project-description.md"
+requires-python = "~=3.9"

Review Comment:
   i think this means only version 3.9. we support `^3.9` in pyiceberg
   
https://github.com/apache/iceberg-python/blob/b15934d5a9e6bf97b047f63239cc21ba1c15cdd4/pyproject.toml#L52



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to