Docs: bump python version to 3.13 in the workflow

This commit is contained in:
neofelis2X
2025-02-26 21:23:33 +01:00
parent b79e8ca47c
commit 6e43326a62

View File

@@ -232,10 +232,10 @@ jobs:
submodules: 'recursive'
fetch-depth: 0
- name: Set up Python 3.9
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.13'
cache: 'pip'
- name: Install Python dependencies