changed python version

This commit is contained in:
2025-11-07 09:22:47 +01:00
committed by Florian Greistorfer
parent 59c7cfd406
commit ce70aa7bd9

View File

@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Build Package