blackmwk commented on code in PR #1997:
URL: https://github.com/apache/iceberg-rust/pull/1997#discussion_r2850412671


##########
bindings/python/DEPENDENCIES.rust.tsv:
##########
@@ -89,40 +89,40 @@ [email protected]                                         
                                        X
 [email protected]                                                          
                        X                                               
 [email protected]                                                           
                        X                                               
 [email protected]                                                                  
                X                                               
[email protected]              X                                               
                                                                        
[email protected]              X                                       
                                                                                
[email protected]              X                               
                                                                                
        
[email protected]               X                                       
                                                                                
[email protected]               X                               
                                                                                
        
[email protected]           X                                       
                                                                                
[email protected]             X                               
                                                                                
        
[email protected]               X                               
                                                                                
        
[email protected]              X                               
                                                                                
        
[email protected]           X                               
                                                                                
        
[email protected]          X                                               
                                                                        
[email protected]            X                                       
                                                                                
[email protected]         X                                               
                                                                        
[email protected]          X                                       
                                                                                
[email protected]          X                                               
                                                                        
[email protected]            X                                       
                                                                                
[email protected]          X                               
                                                                                
        
[email protected]           X                       
                                                                                
                
[email protected]             X                               
                                                                                
        
[email protected]              X                               
                                                                                
        
[email protected]             X                               
                                                                                
        
[email protected]              X                       
                                                                                
                
[email protected]               X                                       
                                                                                
[email protected]            X                                       
                                                                                
[email protected]                X                               
                                                                                
        
[email protected]                X                       
                                                                                
                
[email protected]         X                               
                                                                                
        
[email protected]           X                               
                                                                                
        
[email protected]                X                               
                                                                                
        
[email protected]                X                                       
                                                                                
[email protected]         X                                       
                                                                                
[email protected]              X                                       
                                                                                
[email protected]              X                                       
                                                                                
[email protected]          X                                               
                                                                        
[email protected]              X                                               
                                                                        

Review Comment:
   We forgot to update this?



##########
bindings/python/pyproject.toml:
##########
@@ -25,17 +25,13 @@ classifiers = [
   "Intended Audience :: Developers",
   "License :: OSI Approved :: Apache Software License",
   "Operating System :: OS Independent",
-  "Programming Language :: Python :: 3",
-  "Programming Language :: Python :: 3 :: Only",
   "Programming Language :: Python :: 3.10",
   "Programming Language :: Python :: 3.11",
   "Programming Language :: Python :: 3.12",
-  "Programming Language :: Python :: 3.13",
-  "Programming Language :: Rust",
 ]
 name = "pyiceberg-core"
 readme = "project-description.md"
-requires-python = ">=3.10,<4"
+requires-python = ">=3.10,<3.13"

Review Comment:
   Why this change? cc @kevinjqliu Is this reasonable?



-- 
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]

Reply via email to