gemini-code-assist[bot] commented on code in PR #633: URL: https://github.com/apache/tvm-ffi/pull/633#discussion_r3436802313
########## pyproject.toml: ########## @@ -31,7 +31,7 @@ classifiers = [ "Intended Audience :: Science/Research", ] keywords = ["machine learning", "inference"] -requires-python = ">=3.8" +requires-python = ">=3.9" Review Comment:  Since the minimum Python version is raised to 3.9, consider also updating the Ruff target version to `"py39"` under `[tool.ruff]` (line 184) to enable Python 3.9+ specific linting rules and upgrades. -- 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]
