Skip to content

Update CI to Python 3.10 #934

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

Closed
wants to merge 42 commits into from
Closed

Update CI to Python 3.10 #934

wants to merge 42 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 <arthit@gmail.com>
@bact bact added the infrastructure build process, configuration, GitHub Actions label Oct 27, 2024
bact added 11 commits October 27, 2024 14:57
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
torch==1.x Requires-Python >=3.7,<3.11

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Due an issue here actions/setup-python#401, cannot use ubuntu-24.04

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Due an issue here actions/setup-python#401

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@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 <arthit@gmail.com>
@bact bact added the dependencies Pull requests that update a dependency file label Oct 27, 2024
@pep8speaks
Copy link

pep8speaks commented Oct 28, 2024

Hello @bact! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-10-29 11:42:39 UTC

Copy link

@bact bact closed this by deleting the head repository Oct 30, 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
2 participants