Skip to content

Conversation

@LichAmnesia
Copy link

Update python version to support 3.10

Ubuntu 22.04 LTS default version is Python 3.10.12

Verified in my local setup.

📋 Update python version to support 3.10

The PR title should follow the format:

fix(scope): 
Ubuntu 22.04 LTS default version is Python 3.10.12
For most available cloud instances, the command `pip install -e '.[gpu]'` will fail.

However, the code actually support 3.10.12(Ubuntu 22.04 LTS default version)


Where:

  • type is one of: feat, fix, docs, refactor, perf, test, chore.
  • scope is optional and describes the part of the codebase affected (e.g., auth, ui, api).
  • concise message is a short description of the change (max 50 chars).

📝 Change Type

Please select the type of change this PR introduces (choose one or more):

  • feat: New feature.
  • fix: Bug fix.
  • docs: Documentation only changes.
  • refactor: A code change that neither fixes a bug nor adds a feature.
  • perf: Performance improvement.
  • test: Adding missing tests or correcting existing tests.
  • chore: Maintenance tasks (e.g., updating dependencies).

💡 Description

Briefly describe the change, its purpose, and the problem it solves.

Key Changes

  1. Support Ubuntu 22.04 LTS default version Python 3.10.12

🔗 Related Issues

List any issues this PR closes or relates to:

  • Closes #IssueNumber (e.g., Closes #123)

✅ Checklist

Please ensure the following points are addressed before merging:

  • I have performed a self-review of my own code.
  • I have added/updated tests that prove my fix or feature works (if applicable).
  • [] I have updated the documentation (if necessary).
  • My code follows the project's style guidelines.

Update python version to support 3.10

Ubuntu 22.04 LTS default version is Python 3.10.12

Verified in my local setup.
@LichAmnesia LichAmnesia requested a review from a team December 6, 2025 20:30
@yuhao-zh
Copy link
Collaborator

yuhao-zh commented Dec 8, 2025

I used Python 3.10 on Ubuntu 24.04, but I couldn't successfully set up the development environment. Could you please tell me if you have tried using Python 3.10 on Ubuntu 24.04? I will also give it a try recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants