aglinxinyuan opened a new issue, #6282: URL: https://github.com/apache/texera/issues/6282
### Task Summary Follow-up raised by @Yicong-Huang in review of #6270 ([comment](https://github.com/apache/texera/pull/6270#discussion_r3546170451)). The pyright language-service container (`bin/pylsp/Dockerfile`) currently pins its base image to the project's Python **support floor**. But this container is an environment we build and fully control — it isn't bound to the amber 3.11–3.13 test matrix — so it's better to run a newer Python. Bump the base image to `python:3.12-slim`. (#6270 moves it from `python:3.10-slim` → `python:3.11-slim` to clear the 3.10 drop; this issue is the separate follow-up to take it to 3.12.) **Scope** - `bin/pylsp/Dockerfile` — `FROM python:3.11-slim` → `python:3.12-slim` Verify the pylsp/pyright service still builds and starts on 3.12 before merging. ### Task Type - [x] DevOps / Deployment / CI -- 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]
