Updated Python version in workflow

This commit is contained in:
Vladyslav Hroshev
2025-04-01 21:58:46 +03:00
parent b44c12c18f
commit ef357ee6e2

View File

@@ -7,11 +7,9 @@ on:
push: push:
branches: branches:
- "main" - "main"
- "gdm"
pull_request: pull_request:
branches: branches:
- "main" - "main"
- "gdm"
permissions: permissions:
contents: read contents: read
@@ -23,10 +21,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.13
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: "3.10" python-version: "3.13"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip