Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI to Python 3.10 #934

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from
Open

Update CI to Python 3.10 #934

wants to merge 27 commits into from

Conversation

bact
Copy link
Member

@bact bact commented Oct 27, 2024

What does this changes

  • Update Python version in CI workflows to 3.10 (torch==1.x requires Python >=3.7,<3.11)
  • Update dependencies to its latest minor upgrade (e.g. 5.2 -> 5.10)

To fix #930

Signed-off-by: Arthit Suriyawongkul <[email protected]>
@bact bact added the infrastructure build process, configuration, GitHub Actions label Oct 27, 2024
Signed-off-by: Arthit Suriyawongkul <[email protected]>
torch==1.x Requires-Python >=3.7,<3.11

Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Due an issue here actions/setup-python#401, cannot use ubuntu-24.04

Signed-off-by: Arthit Suriyawongkul <[email protected]>
Due an issue here actions/setup-python#401

Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
@bact bact changed the title Update CI to Python 3.12 Update CI to Python 3.10 Oct 27, 2024
Signed-off-by: Arthit Suriyawongkul <[email protected]>
@bact bact added the dependencies Pull requests that update a dependency file label Oct 27, 2024
Copy link

sonarcloud bot commented Oct 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file infrastructure build process, configuration, GitHub Actions
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Update CI away from the unsupported Python 3.8
1 participant