MonkeyCanCode commented on code in PR #898: URL: https://github.com/apache/polaris/pull/898#discussion_r1932189843
########## regtests/client/python/pyproject.toml: ########## @@ -17,75 +17,37 @@ # under the License. # -[tool.poetry] +[project] name = "polaris" version = "1.0.0" description = "Apache Polaris Management Service" -authors = ["Apache Software Foundation <[email protected]>"] -license = "Apache License 2.0" +authors = [ + {name = "Apache Software Foundation", email = "[email protected]"} +] readme = "README.md" -repository = "https://github.com/apache/polaris/" +requires-python = ">=3.9,<4.0" Review Comment: Minimal should be 3.9 as it is minimal for Poetry only. But the spark image was default to 3.10 on the JDK 17 base. I can check if we can get that to use 3.9 if preferred. -- 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]
