jernejfrank commented on code in PR #1374: URL: https://github.com/apache/hamilton/pull/1374#discussion_r2318079903
########## pyproject.toml: ########## @@ -7,7 +7,7 @@ name = "sf-hamilton" dynamic = ["version"] description = "Hamilton, the micro-framework for creating dataframes." readme = "README.md" -requires-python = ">=3.8, <4" +requires-python = ">=3.8.1, <4" Review Comment: Just a heads up, that this PR requires using pip 25.1 which added installing groups, but also dropped support for python 3.8, so we should work towards droppng support for py38. -- 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]
