chore(github action): replace python3.10 to python3.14.2

This commit is contained in:
2026-02-14 11:28:27 +01:00
parent 814f1d0c73
commit 812e19b3fa

View File

@@ -19,10 +19,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.10 - name: Set up Python 3.14.2
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: "3.10" python-version: "3.14.2"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip