Update Python version to 3.12 in workflow files

This commit is contained in:
Fundor333
2025-08-25 17:38:35 +02:00
parent 919629b938
commit a50ea3b78d
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: "3.12"
cache: "pip" # caching pip dependencies
- name: Install Pip dependencies

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: "3.12"
cache: "pip" # caching pip dependencies
- name: Install Pip dependencies

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: "3.12"
cache: "pip" # caching pip dependencies
- name: Install Pip dependencies

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: "3.12"
cache: "pip" # caching pip dependencies
- name: Install Pip dependencies