Skip to content

Commit

Permalink
ci: Upgrade python to 3.13
Browse files Browse the repository at this point in the history
This is to address the following error on CI:

```
Run actions/setup-python@v4
Installed versions
  Version 3.7 was not found in the local cache
  Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
```
  • Loading branch information
mumoshu authored Jan 14, 2025
1 parent 721e81d commit 991915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.13

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down

0 comments on commit 991915b

Please sign in to comment.