bito-code-review[bot] commented on PR #44458:
URL: https://github.com/apache/superset/pull/44458#issuecomment-5747664911

   <!-- Bito Reply -->
   The issue is correct. The assertion in `.github/workflows/docker.yml` was 
updated to expect `3.11-slim-trixie`, but the previous code was using 
`3.11.14-slim-trixie`. Since the PR already includes the necessary change to 
align the assertion with the expected version, the code is now consistent. No 
further action is required for this specific comment.
   
   **.github/workflows/docker.yml**
   ```
   for preset in superset dev lean websocket dockerize;
   -            assert_effective_py_ver "$preset" "3.11.14-slim-trixie"
   +            assert_effective_py_ver "$preset" "3.11-slim-trixie"
              done
   ```


-- 
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]

Reply via email to