Skip to content

Commit

Permalink
Bump python version to 3.12 in CI (#1637)
Browse files Browse the repository at this point in the history
* Bump python version to 3.12 in CI

* Dummy change to trigger CI

* Dummy change with version bump

* Dummy changelog

* Update readme too...

* Remove dummy changes

* Include .DS_Store in gitignore

* Removed .DS_Store from tracking
  • Loading branch information
ewoodthomas authored Dec 16, 2024
1 parent 29ff9d0 commit 95332af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: v3.6.3
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (list-changed)
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (lint)
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
config: .github/kind_config.yaml
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (install)
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ kubeconform
vendor/
.vscode
go.work*
.DS_Store

0 comments on commit 95332af

Please sign in to comment.