skypilot icon indicating copy to clipboard operation
skypilot copied to clipboard

fix: upgrade to Python 3.11

Open huksley opened this issue 1 month ago • 3 comments

Upgrades miniconda and etc references to use Python 3.11 instead of Python 3.10. Designed to fix #8090

Tested (run the relevant ones):

  • [x] Code formatting: install pre-commit (auto-check on commit) or bash format.sh
  • [ ] Any manual or new tests for this PR (please specify below)
  • [ ] All smoke tests: /smoke-test (CI) or pytest tests/test_smoke.py (local)
  • [ ] Relevant individual tests: /smoke-test -k test_name (CI) or pytest tests/test_smoke.py::test_name (local)
  • [ ] Backward compatibility: /quicktest-core (CI) or pytest tests/smoke_tests/test_backward_compat.py (local)

huksley avatar Nov 27 '25 13:11 huksley

Could you take a look @Michaelvll ? What should I check?

huksley avatar Nov 27 '25 13:11 huksley

/smoke-test --kubernetes

Michaelvll avatar Dec 04 '25 19:12 Michaelvll

Hi @Michaelvll how I can see what was wrong with /smoke-test --kubernetes and fix it? I am interested to help!

huksley avatar Dec 07 '25 18:12 huksley