Copilot commented on code in PR #6270: URL: https://github.com/apache/texera/pull/6270#discussion_r3541964015
########## docs/contribution-guidelines/guide-for-developers.md: ########## @@ -18,9 +18,9 @@ export JAVA_HOME=$(/usr/libexec/java_home -v 17) ``` On Windows, add a system environment variable called `JAVA_HOME` that points to the JDK directory. -#### [email protected]/3.11/3.10 +#### [email protected]/3.11 -Install Python 3.12 (or 3.11/3.10) from the official site or your preferred package manager. +Install Python 3.12 (or 3.11) from the official site or your preferred package manager. Review Comment: This PR updates contributor docs to require Python >=3.11, but the local dev helper script still prints "install Python 3.10+" when Python is missing (bin/local-dev/main.sh:1127). That hint should be updated to 3.11+ as well to avoid telling contributors to install an unsupported version. -- 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]
