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