Update dependency python to 3.14 (#4398)

This commit is contained in:
Mend Renovate
2026-01-05 14:13:11 +00:00
committed by GitHub
parent ff5ff7b609
commit a21ae41762
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Fetch pull request branch
uses: actions/checkout@v4
with: