Update dependency python to 3.14
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m45s

This commit is contained in:
2025-10-07 20:12:37 +00:00
parent a9e669fd76
commit 06b4b4c8d0

View File

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