fix: workflow python version
Some checks failed
Lint project / lint (push) Has been cancelled

This commit is contained in:
2025-09-25 12:02:55 +04:00
parent be4e939f39
commit c74c8bffff
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,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.12" python-version: "3.13"
cache: 'pip' cache: 'pip'
env: env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache

View File

@ -14,7 +14,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.12" python-version: "3.13"
cache: 'pip' cache: 'pip'
- name: Cache pre-commit hooks - name: Cache pre-commit hooks