ndrluis commented on code in PR #526:
URL: https://github.com/apache/iceberg-python/pull/526#discussion_r1708404061


##########
pyproject.toml:
##########
@@ -49,7 +49,7 @@ include = [
 ]
 
 [tool.poetry.dependencies]
-python = "^3.8"
+python = ">=3.8,<3.9.7 || >=3.9.8,<4.0"

Review Comment:
   I made the change, but I needed to add <4.0 to !=3.9.7 in order for it to 
work.
   <img width="1438" alt="image" 
src="https://github.com/user-attachments/assets/a78299fe-7158-48b6-a352-4bde14fdb755";>
   Now the error message is easier to understand! Thank you @kevinjqliu!



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