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


##########
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:
   nit: this might be more readable
   ```suggestion
   python = ">=3.8, !=3.9.7"
   ```
   
   See [Multiple Version 
Specifiers](https://stackoverflow.com/questions/54720072/dependency-version-syntax-for-python-poetry)
   



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