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