cswartzvi commented on code in PR #1374: URL: https://github.com/apache/hamilton/pull/1374#discussion_r2319395900
########## 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: @jernejfrank, thanks for taking a look. I completely agree with you regarding dropping py38 support. Originally, I was going to include that in this PR, but it started to feel like mission creep. Changing the minimum to `3.8.1` was just enough to get `uv sync` working reliably without using prereleases (which was also causing issues). I am going to open another PR after this one that drops py38 support - provided there are no objection from the other members of the PMC team. -- 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]
