Fix Python version in setup to 3.10

This commit is contained in:
2025-04-27 10:44:07 +00:00
parent 84800c25a5
commit bbe5d7f2b1

View File

@@ -24,7 +24,7 @@ jobs:
- name: 🐍 Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"
- name: 📦 Install Poetry
run: |