downgrade python
All checks were successful
renovate / renovate (push) Successful in 1m21s

This commit is contained in:
2025-11-10 17:15:43 -06:00
parent ec1d4b6734
commit 2e4547d89f

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.14" python-version: "3.13"
check-latest: true check-latest: true
- name: Set up Chart Testing - name: Set up Chart Testing