aglinxinyuan opened a new pull request, #6283: URL: https://github.com/apache/texera/pull/6283
### What changes were proposed in this PR? Bump the pyright language-service container (`bin/pylsp/Dockerfile`) base image from `python:3.10-slim` to `python:3.12-slim`. This container is an environment we build and fully control — it isn't bound to the amber Python support matrix — so it's better to run a newer Python than the support floor. ### Any related issues, documentation, discussions? Closes #6282. Raised by @Yicong-Huang in review of #6270 ([comment](https://github.com/apache/texera/pull/6270#discussion_r3546170451)). Note on merge order: #6270 (drop Python 3.10) also touches this line, moving it `3.10-slim → 3.11-slim`. This PR takes it straight to `3.12-slim`. They edit the same line, so whichever merges second needs a one-line rebase — please merge #6270 first and I'll rebase this to `3.11-slim → 3.12-slim`. ### How was this PR tested? The pylsp service has no CI stack, so this is verified by a local Docker build of `bin/pylsp/Dockerfile` on the 3.12 base image (image builds; `python-lsp-server` installs and the server starts). No application source changes. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8 [1M context]) -- 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]
