aglinxinyuan commented on code in PR #6270: URL: https://github.com/apache/texera/pull/6270#discussion_r3548250952
########## 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: Good catch — fixed in 2fff7e2. `bin/local-dev/main.sh` now prints `install Python 3.11+`. The local-dev test only asserts on the `requires Python` / `install Python` substrings (not the version), so it stays green. -- 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]
